Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hraverkar/weatherwidget
Weather Widget
https://github.com/hraverkar/weatherwidget
angular9 http-server nodejs openweathermap-api
Last synced: about 4 hours ago
JSON representation
Weather Widget
- Host: GitHub
- URL: https://github.com/hraverkar/weatherwidget
- Owner: hraverkar
- License: mit
- Created: 2020-05-30T17:38:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-03T03:02:54.000Z (over 2 years ago)
- Last Synced: 2023-02-26T09:47:37.445Z (over 1 year ago)
- Topics: angular9, http-server, nodejs, openweathermap-api
- Language: TypeScript
- Homepage: https://weather-widget.hraverkar.now.sh/
- Size: 925 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy?template=https://github.com/heroku/node-js-getting-started)
# Weather Widget
Get the Weather information, using city name in search option.# Screenshot
![Img1](https://github.com/hraverkar/WeatherWidget/blob/master/screenshot/1.png)![Img2](https://github.com/hraverkar/WeatherWidget/blob/master/screenshot/2.png)
## Live PreviewYou can [view the app live here](https://weather-widget.hraverkar.now.sh/)
## Tech Stack
* Angular 9
* OpenWeather API
* Node.js## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```