A simple web application to present Weather time series of a desired city.
The application is live at the following address:
https://weather-time-series.vercel.app/
Clone the project
git clone https://github.com/davlet61/weather.gitGo to the project directory
cd weatherInstall dependencies
NOTE: The default package manager for this project is pnpm
If you wish to use a different package manager make sure to remove the preinstall script from the package.json.
pnpm installStart dev server
pnpm devTo be able to use a realtime data in this project, you will need to add a few env variables.
cp .env.example .envthen add your keys to empty values.
Install dependencies
NOTE: Skip this step if you have already installed the dependencies
If you wish to use a different package manager make sure to remove the preinstall script from the package.json.
pnpm installBuild application
pnpm buildStart application
pnpm previewThis project has simple e2e test set up with Playwright
pnpm test