Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkhrunov/weather-widget
Building Weather App, applying BEM methodology
https://github.com/dkhrunov/weather-widget
Last synced: 13 days ago
JSON representation
Building Weather App, applying BEM methodology
- Host: GitHub
- URL: https://github.com/dkhrunov/weather-widget
- Owner: dkhrunov
- License: mit
- Created: 2019-09-14T13:28:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-09T08:34:42.000Z (almost 4 years ago)
- Last Synced: 2024-11-02T21:27:06.468Z (2 months ago)
- Language: CSS
- Homepage:
- Size: 9.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather widget
Building weather widget, applying BEM methodology# Example:
![Example](https://github.com/therealpanda98/WeatherApp/blob/master/Screenshots/main.gif)## Edit this lines of code:
- /static/scripts/weather.js:
- line 52: ```fetch("https://api.weatherbit.io/v2.0/current?city=Penza&country=RU&key=YOUR_API_KEY_HERE")```
- line 66: ```fetch("https://api.weatherbit.io/v2.0/current?city=Penza&country=RU&key=YOUR_API_KEY_HERE")```
**get api key from [this site.](https://www.weatherbit.io)**- /index.html:
- line 116: ``````
**get your [link to Font Awesome.](https://fontawesome.com)**