- Weather application that I named for my wife, lovingly referred to as Goose
- Application is built with Angular and uses NOAA APIs and the OpenWeatherMapAPI Service to create a weather forecast
- Application uses the following platforms and frameworks:
- Visit the hosted site at https://www.gooseweather.com
- Checkout my Angular-In-Depth Post How to Start Flying with Angular and NgRx
- This application is also listed as a resource example on ngrx.io
- 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