Welcome to PokeEvents! This is a web application that helps Pokemon Go players stay updated on upcoming and ongoing in-game events.
PokeEvents provides a simple and intuitive interface to display both upcoming and ongoing events in the Pokemon Go game. It fetches event data from the leekduck.com API and presents it in an easy-to-read format.
- Displays upcoming events with their respective dates.
- Shows currently ongoing events along with their end dates.
- Supports a black and white theme for a sleek look.
- Automatically fetches event data from leekduck.com API.
- HTML
- CSS
- JavaScript
To run PokeEvents locally:
- Clone this repository to your local machine.
- Open
index.htmlin your web browser.
Alternatively, you can access the live version hosted on GitHub Pages here.
If you would like to contribute to PokeEvents, feel free to:
- Submit bug fixes or improvements via pull requests.
- Report issues or suggest new features by opening an issue.
This project is licensed under the MIT License.
- Event data provided by leekduck.com.
- Built with inspiration from the Pokemon Go community.