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.
- 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.