Get information about the weather via OpenWeatherMap API.
Simple application applying the basic concepts about ReactJS, through a RESTful API. The App calls the endpoints, getting all data, such as temperature, country, humidity and all other information related.
- NodeJS
- Axios
- ReactJS
- Reactstrap
- SCSS
First clone the project.
https://github.com/taynaraMarcondes/Weather_API_Client.git
Then install the dependencies
npm install
Start the App with the following command:
npm start
Release:
1.0.0
MIT License