Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.43 KB

README.md

File metadata and controls

18 lines (17 loc) · 1.43 KB

Goose Weather

Open Weather Map API

  • In order to get current conditions, this application uses the Open Weather Map API here
  • In order to use Open Weather MAP API, you'll need to create a key here
  • You'll also need to export an environment variable with the key name to $OPEN_WEATHER_MAP_API_KEY
  • Once you've created your key and saved the variable in your bash_profile or current session run the npm script environment-variables to populate the key value to the project's environment files