Skip to content

Generate a link to synchronize content of the entire championship of your FFHB team. 🗓️ #NodeJs

License

Notifications You must be signed in to change notification settings

KirianCaumes/FFHB-Championship-Calendar-Generator

Repository files navigation

FFHB Championship Calendar Generator

GitHub License GitHub Repo stars Support this project

Generate a link to synchronize content of the entire championship of your FFHB team. To synchronize on your Google calendar for example. 🗓️

Try it here: https://ffhb-champ-calendar-generator.kiriancaumes.fr 👈

Example

Why this project?

To provide an easy way to keep track of your FFHB matches. Not affiliated with the FFHB. 🤾

How to deploy in production

Install dependencies with:

npm install

Start the app with a scheduled task:

npm start

How to contribute/develop

There is a devcontainer on that project already configured, feel free to use it.

Install dependencies with:

npm install

Start the script:

npm start:debug

You can open a pull request with your new additions.