Skip to content

front-end for watching weather with charts and favorites page

Notifications You must be signed in to change notification settings

oleksandr-kupenko/weather-watcher

Repository files navigation

Weather Watcher

Stack

  1. Angular 17
  2. NgRx
  3. Angular Material
  4. Echarts

How to Use

  1. Get an API key from the AccuWeather service

  2. Clone the project

    git clone https://github.com/oleksandr-kupenko/weather-watcher
  3. Install dependencies

    npm i
  4. Paste the API key into src/environments/environment.

    You can insert a string or an array. When using an array, the daily running time of the application increases.

    apiKey: ['some_key', 'some_key_2', ''some_key3'...]
    // or
    apiKey: 'some_key'
  5. Start the server

    ng s

Screenshots

Example

Example

About

front-end for watching weather with charts and favorites page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published