Skip to content

durancristhian/futbol

Repository files navigation

futbol

Build Status Greenkeeper badge

🏆 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

Development

  • 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

Submitting changes

  • 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 :)

Contributors

Run npx contributors on the root directory to complete the contributors array in the package.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!

Licence

MIT

About

🏆 Generador de los sitios estáticos para mostrar las estadísticas del fútbol de la comunidad desde una Google Spreadsheet.

Resources

License

Stars

Watchers

Forks

Packages

No packages published