Skip to content

Jain2003/Tecos-Hacktoberfest-Leaderboard

This branch is 7 commits behind tecos-nitt/Tecos-Hacktoberfest-Leaderboard:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7921789 · Oct 13, 2022

History

25 Commits
Oct 9, 2022
Oct 13, 2022
Oct 10, 2022
Oct 13, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 10, 2022
Oct 10, 2022
Oct 10, 2022
Oct 9, 2022
Oct 12, 2022
Oct 12, 2022
Oct 13, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022
Oct 9, 2022

Repository files navigation

Tecos-Hacktoberfest-Leaderboard

The offical leaderboard for TeCOS-Hacktoberfest event.

Hacktoberfest is a yearly event encouraging people to contribute to open source in October. We, the community of TeCOS, will power you up with mentors to guide and assist you in this journey.

Happy Hacking!!

Configuring the app

Configuration is exclusively done by setting environment variables:

  • PORT : The port to bind HTTP to. Default port is 8080
  • GH_TOKEN : The token to authenticated to github. By default, no token is used, so API calls are not authenticated.
  • EVENT_DATE : The date to restrict contribution search to. It must follows the github search date format (more details here). Default value is >=2005 which basically fetch everything without any restriction.
  • PARTICIPANTS_FILE : The URI or file path to the file containing the participants' github usernames.
  • [Deprecated] OBJECTIVE : Number of pull requests to make in order to complete the challenge. Default value is 4.

Building & Running the app

Make sure you have go installed and then build the application by running

    go build .

Then run the following command

    ./leaderboard
    # or
    ./leaderboard.exe

then run it locally in http://localhost:8080

About

The official leaderboard for TeCOS-Hacktoberfest

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.8%
  • CSS 5.1%
  • Procfile 0.1%