Website link: eplweather.com
This weather app will take in the weather of the current location or a searched location and display an English Premier League team that corresponds to the weather based on how "hot" the team is currently doing
Project created with:
- JavaScript
- HTML5
- CSS3
- OpenWeather API
- API-Football
- Clone the repository
- Generate an OpenWeather API key and an API-Football key
- Create a file named "config.js" in the root directory
- Put this code into the file and put your generated API keys into it:
var config = {
footyKey : 'Your API-Football key',
weatherKey : 'Your OpenWeather API key'
}
- Everything should be up and running!
Distributed under the MIT License. See LICENSE
for more information