https://github.com/deebloo/weather-components
Vanilla web components weather app
https://github.com/deebloo/weather-components
Last synced: over 1 year ago
JSON representation
Vanilla web components weather app
- Host: GitHub
- URL: https://github.com/deebloo/weather-components
- Owner: deebloo
- Created: 2016-03-16T22:49:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T11:57:49.000Z (over 2 years ago)
- Last Synced: 2025-02-12T07:53:41.141Z (over 1 year ago)
- Language: JavaScript
- Size: 2.18 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# web-components-weather
Use vanilla web components to make a small weather app. currently only tested in chrome.
[Demo](http://deebloo.github.io/weather-components/)
### Installation
clone repository
```
npm install
```
```
npm start
```