A weather app which displays weather forecast in degree Celcius around the globe at the moment.
This is a training project to understand the concepts of using Api in a custom website developed using React JS Library.
- React (17.0.2)
- API (key: "65ef9ef7661119b42b67da8cc7f18200",
base: "https://api.openweathermap.org/data/2.5/")
To run this project, install it locally using npm:
$ cd ../weather-react
$ npm install
$ npm start
The website is hosted at Weather App