install heroku
cli tools
cd "C:\Program Files\heroku\bin"
heroku login
heroku keys:add
--select right ssh key (if there are multiples)
heroku create node-av-weather-application
-- from the application folder.(name should be unique)
heroku git:remote -a <app_name>
git remote
-- should see heroku and origin as outpit