Migrating to Sunshine (with API KEY)
Complete these steps to update Sunshine to use an API key:
MyOpenWeatherMapApiKey=”YOUR_API_KEY” |
Continue with the instructions below if you are working off a cloned repo of udacity/Sunshine-Version-2:
If you’ve only used the above repo as a reference (i.e. don’t have local development branches), there’s nothing else to do!
If you have been developing off of the above repo you will need to do the following to preserve any local changes you’ve made:
Caveat: If there are any branches that don’t already track from origin, git pull won’t update your local repo properly.
In order to check what a local branch is tracking from run git branch -vv