Loading repository data…
Loading repository data…
joaovictornsv / repository
Climate App é uma aplicação responsável por mostrar dados climáticos (temperatura atual, umidade, velocidade do vento etc) de uma determinada cidade em tempo real. A obtenção desses dados foi feita através da open-weather-api.
Technologies | How To Use | Contributing | License
To clone and run this application, you'll need Git, [Node.js v10.16][nodejs] or higher + [Yarn v1.13][yarn] or higher installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/joaovictornsv/climate-app
# Go into the repository
$ cd climate-app
# Install dependencies for the frontend and run the server
$ yarn install
$ yarn start
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.