Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 443 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 443 Bytes

Weather App

This application was made using NodeJS in conjunction with the Weathersky API and the Mapbox API.

Developmental Workflow

Installation of the Heroku CLI is required.

heroku login

Logs into Heroku in order to connect to your account.

git push

After pushing all changes to Git, we execute the following.

git push heroku master

Pushes the changes to Heroku which will redeploy the app with the new changes.