eJam Weather Report and forcasting using Yahoo API, React - Redux with Bootstrap By Pankaj 10-03-2020
- download and install the dependenices by running npm install or npm i
- also give Yahoo app id, key and secret also from yahoo weather api in .env for production or create new file in config/dev.js for development
- npm run build
- npm start or npm run dev
you can change package.json "scripts": { "start": "node Server.js",
to
"scripts": {
"start": "react-scripts start",
To get weather report of particular city. Kindly follow below step
Select city and click on submit button.
You can see weather details of today date.
Also modify code to see 4-5 days weather forcasting. Beacuse API returning weather forcasting also.
|