Skip to content

Website that correlates the weather in a given city to how "hot" a team is currently doing in the English Premier League

License

Notifications You must be signed in to change notification settings

emmittjames/PremierLeagueWeather

Repository files navigation

Table of contents

General Info

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

Technologies

Project created with:

Cloning

  1. Clone the repository
  2. Generate an OpenWeather API key and an API-Football key
  3. Create a file named "config.js" in the root directory
  4. 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'
}
  1. Everything should be up and running!

Sample Images

Weather in current location

Current location

Weather in a searched location

Searched location

Loading screen

Loading page

License

Distributed under the MIT License. See LICENSE for more information

About

Website that correlates the weather in a given city to how "hot" a team is currently doing in the English Premier League

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published