A weather app, made with the OpenWeather and ViaCEP APIs, NodeJs, js and Sass.
Technologies | Preview | Getting started
This project only works with cities and zip codes in Brazil.
Create an in OpenWeather
- 1- Sign up
- 2 - Go to API, and subscribe at "Current Weather Data", next copy your API keys
- 3 - Create .env file on the root of the project and paste your KEY
Paste your key same as .env.example file
KEY=your key here
Clone the project and access the folder
$ git clone https://github.com/yagomouro/weather-app
Follow the steps below
# Install the dependencies
$ npm install
# Start the project
$ npm start