- 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
- 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