Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 662 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 662 Bytes

Weather API

Get information about the weather via OpenWeatherMap API.

About

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.

Developed with:

  • NodeJS
  • Axios
  • ReactJS
  • Reactstrap
  • SCSS

Installation and how to use

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

Version

Release: 1.0.0

License

MIT License