https://github.com/saswatamcode/react-weather-app
This is a weather web app made using React.
https://github.com/saswatamcode/react-weather-app
Last synced: 11 months ago
JSON representation
This is a weather web app made using React.
- Host: GitHub
- URL: https://github.com/saswatamcode/react-weather-app
- Owner: saswatamcode
- Created: 2019-09-04T18:05:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T22:21:00.000Z (about 3 years ago)
- Last Synced: 2025-02-11T08:48:27.695Z (about 1 year ago)
- Language: JavaScript
- Size: 1.13 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Weather App
This is a weather application that calls the OpenWeatherMap api to render the conditions of supplied countries and cities.
## To Run
- Make a free account on OpenWeatherMap [here](https://home.openweathermap.org/users/sign_up)
- Clone into the repo and type:
`npm install`
`npm start`
App is hosted [here](https://afternoon-wildwood-86833.herokuapp.com/)