- Angular 17
- NgRx
- Angular Material
- Echarts
-
Clone the project
git clone https://github.com/oleksandr-kupenko/weather-watcher
-
Install dependencies
npm i
-
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'
-
Start the server
ng s