Skip to content

yagomouro/weather-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather app

A weather app, made with the OpenWeather and ViaCEP APIs, NodeJs, js and Sass.

Technologies   |    Preview   |    Getting started

GitHub forks GitHub stars

🖥️ Desktop version:

Weather app

Weather app

📱 Mobile version:

Weather app Weather app

🧪 Technologies

HTML5 JavaScript SASS NodeJS

🔨 Tools

🔥 Preview

This project only works with cities and zip codes in Brazil.

Deploy with Heroku

🚀 Getting started

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