Skip to content

Weather App that uses NOAA and Open Weather Map API to show forecast

License

Notifications You must be signed in to change notification settings

hubbycoder/goose-weather

Repository files navigation

Goose Weather

goose image

  • Project built with Angular 7
  • Project uses NOAA APIs here
  • Project is hosted on Firebase here
  • Project CICD pipeline is managed with CirlceCI here
  • Used Angular CDK Schematic to generate the tiles and the hourly forecast
  • Angular Schematics can be seen here
  • Also used dynamic component generation with the ngComponentOutlet
  • Application also makes use of NgRx Store and Effects

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

About

Weather App that uses NOAA and Open Weather Map API to show forecast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 78.7%
  • HTML 12.4%
  • CSS 5.9%
  • JavaScript 2.3%
  • Python 0.7%