Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 654 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 654 Bytes

weather-app

A simple Node.js web app that provides weather information about a given location.

The app is implemented in Express.js, and it fetches Mapbox and OpenWeather API's to provide current and daily temperature forecast given a specific address. It was deployed to Heroku.

Local setup

  • Clone the repo: git clone https://github.com/TulioMolina/node-weather-app.git
  • Install dependencies: npm install
  • Run locally on port 3000: npm run dev

Deployed app at this link.