Weekly Forecast that allows users to view the 7-day forecast for any user-specified location in the world.
Please meet the following requirements:
- node version 14.21.1 installed
- Foreca API key (This web app Uses third part api from foreca (https://developer.foreca.com/) to fetch weather records. The user can select country form the list and then is able to select city from respective country)
- Do
npm install
in terminal opened in current folder - Add your
FORECA_TOKEN
in .env - For running in dev env, do
npm run dev
else donpm start
- For running in dev env, do
npm run dev
else donpm start