Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dmytro-krekota/angular-weather
https://github.com/dmytro-krekota/angular-weather
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmytro-krekota/angular-weather
- Owner: dmytro-krekota
- License: mit
- Created: 2020-01-14T11:09:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T01:24:27.000Z (4 months ago)
- Last Synced: 2024-10-28T11:06:27.287Z (2 months ago)
- Language: TypeScript
- Homepage: https://dmytro-krekota.github.io/angular-weather/dist/index.html
- Size: 2.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AngularWeather
Using API from https://openweathermap.org/
---
Steps to run the application:
1. run `npm install`
2. run `npm run start` and open: http://localhost:4200/
---
To create a production build run: `npm run build-prod` and you will find a builded project files in dist folder.
---
Lint files: `npm run lint`.
---
Link to the application: https://dmytro-krekota.github.io/angular-weather/dist/index.html