Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)**