Just a raise an issue with your email address and I will add you to the mailing list. YNWA
Fork the repository and set up the following environment variables
-
Go to the following link to set up an app password for your google account.
-
Set secrets
FROM: <your username> PASSWORD: <generated password>
- Go to Football-Data.Org and create a free account.
- Set secret
FOOTBALL_API_TOKEN: <api token from football-data.org>
- Go to CountDownMail.com and set up a free account.
- Get the api key from the profile section.
- Set secret
TIMER_API_TOKEN: <api token from countdownmail.com>
- Create a timer and set timer property in config.json to the generated timer code.
In the config.json file set your favourite team and the league they play in.
{
"competition": "premier league",
"team": "liverpool fc",
"timer": "u51rq"
}
The config will be updated on the next push. Alternatively, you can run the updateConfig.js file manually.
Refer to the competitions.json file and the team.json file in the data folder for supported leagues and team names.