https://github.com/alexpunct/weather-widget
Simple weather widget that displays the user's weather conditions
https://github.com/alexpunct/weather-widget
Last synced: 5 months ago
JSON representation
Simple weather widget that displays the user's weather conditions
- Host: GitHub
- URL: https://github.com/alexpunct/weather-widget
- Owner: alexpunct
- License: gpl-3.0
- Created: 2022-12-07T13:52:52.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T14:23:54.000Z (over 3 years ago)
- Last Synced: 2024-12-30T21:45:56.417Z (over 1 year ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather widget

Simple weather widget with HTML, Javascript and SCSS to display local weather conditions.
Uses data from https://openweathermap.org so make sure you get a free API key first.
### Running
Simply add the folder to the document root of your webserver and load the page in the browser by adding the `apikey` URL parameter with your openweathermap API key.
Example: https://alexpunct.github.io/weather-widget/?apikey=123456
### Developers
* Styling
Compile the `.scss` file in the `styles` folder using https://sass-lang.com/
* Testing
To run the tests, make sure you have node installed, then run `npm install` and then `npm test`