🏆 Generador de los sitios estáticos para mostrar las estadísticas del fútbol de la comunidad desde una Google Spreadsheet.
futboljs.now.sh
futbolmixto.now.sh
-
Create a Google Spreadsheet.
-
Check out these easy-to-follow steps in order to be able to publish it and fetch its data.
-
Install deps
npm i
-
Get the spreadsheet ID from the Sheet URL and execute the following to get the Worksheets ID
SPREADSHEET_ID=<your-id> node scripts/list-worksheets.js
-
Duplicate
.env.template
, rename it as.env
and complete it with the right information. -
Generate the dataset:
npm run generate-dataset
-
Start the server:
# dev mode npm run dev
- Update npm version by running
npm version {major|minor|patch}
- Update manifest by running
npm run generate-manifest
and commit the changes git push
and submit a PR :)
Run
npx contributors
on the root directory to complete thecontributors
array in thepackage.json
Thanks goes to these wonderful people (emoji key):
Cristhian Duran 💻 🎨 🤔 🚇 |
Mateo Silguero 💻 |
Hernan Rajchert 💻 📖 |
Esteban 💻 🤔 |
---|
This project follows the all-contributors specification. Contributions of any kind welcome!
MIT