Get user's weather detail using location provided by user. This repo contains code for the website at client and backendapi. Backend is created using Express.js and deployed to heroku. Frontend is created using React.js and CSS3.
This Weather App allows USER to select cities of India. And to get selected city weather information.
- Click on Any one right-side city to view "selected city weather".
-
To run the frontend locally-
cd client yarn install yarn start
This starts the frontend locally, with the backend using herkou api provided.
-
To run the backend locally-
yarn install node index.js
This starts the backend locally.