This little tool helps you to track your Hacktoberfest status.
Hacktoberfest Status Checker is no longer available online.
We're using Travis CI to automatically run tests. Feel free to add some more.
Clone the repository
git clone https://github.com/niclasleonbock/hacktoberfest-status.git
composer install
to install composer packages/dependencies npm install
to install node packages/dependenciesCreate your .env
file by copying the example provided in the repository
cp .env.example .env
php artisan key:generate
to generate and set an application keyphp artisan migrate
to run the migrationsphp artisan serve
you will start the web server, this can be visited from the outputted URL.GITHUB_CALLBACK_URL
variable to point to the /auth/callback
route for your instance e.g. http://localhost:8000/auth/callback
.env
previously.GITHUB_CLIENT_ID
and GITHUB_CLIENT_SECRET
variables in your .env
file.php --ini
curl.cainfo
under the [curl]
section has been set to the location of the cacert.pem that can be aquired from Curl.