All Projects → niclasleonbock → hacktoberfest-status

niclasleonbock / hacktoberfest-status

Licence: other
This little tool helps you to track your Hacktoberfest status/progress.

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hacktoberfest-status

FunwithScience
No description or website provided.
Stars: ✭ 127 (+693.75%)
Mutual labels:  hacktober
hacktoberfest
Fork and Create a Pull Request
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktober
hacktoberfest2020
This is a hacktoberfest repo with learning propose to make pull request(PR) and get contribute on opensource project
Stars: ✭ 13 (-18.75%)
Mutual labels:  hacktober
Learning Resources
Beginner-friendly repository to make your first Pull Request and contribute to the open-source.
Stars: ✭ 40 (+150%)
Mutual labels:  hacktober
Programming-Quotes
Repository containing various programming quotes
Stars: ✭ 26 (+62.5%)
Mutual labels:  hacktober
gofuzz
Fast as Flash Web URL Fuzzing tool written in golang.
Stars: ✭ 31 (+93.75%)
Mutual labels:  hacktober
Hactoberfest-2021
Make your first PR! ~ A beginner friendly repository made specifically for open source beginners. Add your profile, a blog or any program under any language (it can be anything from a hello-world program to a complex data structure algorithm) or update the existing one. Just make sure to add the file under the correct directory. Happy hacking!
Stars: ✭ 134 (+737.5%)
Mutual labels:  hacktober
hacktoberfest-checker
Decoupled web application using Nuxt and Netlify Functions to create a way for folks to check whether a public repository is eligible and/or taking part in Hacktoberfest
Stars: ✭ 16 (+0%)
Mutual labels:  hacktoberfest-checker
grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+2706.25%)
Mutual labels:  hacktober
hacktoberfest2019
A repository for hacktoberfest 2019 [ Not counting towards hacktoberfest contribution ]
Stars: ✭ 12 (-25%)
Mutual labels:  hacktober
KAM
The ACE Advanced Medical System is nice, but we can do it better, even on a more realistic way and bring it on another level with these addons.
Stars: ✭ 35 (+118.75%)
Mutual labels:  hacktober
hacktober2020
No description or website provided.
Stars: ✭ 10 (-37.5%)
Mutual labels:  hacktober
algorithms-in-C-Cplusplus-Java-Python-JavaScript
This is a repository created for create a curated list of common search,sorting,insertion,deletion algorithms in C
Stars: ✭ 22 (+37.5%)
Mutual labels:  hacktober
DSKaKhel
A repository of learn data structures implementation by learning new ones & by contributing
Stars: ✭ 17 (+6.25%)
Mutual labels:  hacktober
GoogleKickStart2020 Solutions
This repository will contain solutions of "Google Kick Start 2020" in C/C++/Java/Python. If you loved it, give a 🌟!
Stars: ✭ 137 (+756.25%)
Mutual labels:  hacktober
GrowGreen
Grow Green Web App allows users worldwide to create awareness about the environment and do their bit by contributing.
Stars: ✭ 51 (+218.75%)
Mutual labels:  hacktober
Alexa-skills-starters
💻 A collection of super cool Amazon Alexa skills for complete newbies. 💻
Stars: ✭ 24 (+50%)
Mutual labels:  hacktober
TheAlgorithms
This contains whatever you need to study about Algos...
Stars: ✭ 21 (+31.25%)
Mutual labels:  hacktober
Hacktoberfest2021
This Repository for Hacktoberfest Fest 2021. Contribute anything for your T-shirt, must be relevant that can add some value to this repo.
Stars: ✭ 57 (+256.25%)
Mutual labels:  hacktober
CS-180
An Awesome beginner-friendly repo to help you in open-source contributions. Made specifically for contributions in HACKTOBERFEST 2021! .Push any code in any language you want . Please leave a star ⭐ to support this project! ✨
Stars: ✭ 71 (+343.75%)
Mutual labels:  hacktober

Hacktoberfest Status Checker

This little tool helps you to track your Hacktoberfest status.

Hacktoberfest Status Checker is available online at hacktoberfest.bock.rocks.

Build

We're using Travis CI to automatically run tests. Feel free to add some more.

Build Status Scrutinizer Code Quality (on develop)

Installation

  1. Clone the repository

     git clone https://github.com/niclasleonbock/hacktoberfest-status.git
    
  2. Run composer install to install composer packages/dependencies

  3. (Optionally) Run npm install to install node packages/dependencies

  4. Create your .env file by copying the example provided in the repository

     cp .env.example .env
    
  5. Run php artisan key:generate to generate and set an application key

  6. Run php artisan migrate to run the migrations

  7. By running php artisan serve you will start the web server, this can be visited from the outputted URL.

  8. Opening your .env file, set the GITHUB_CALLBACK_URL variable to point to the /auth/callback route for your instance e.g. http://localhost:8000/auth/callback

  9. Register a new OAuth application with GitHub, ensuring to fill in the same callback URL specified in your .env previously.

  10. Once your application is created, you will be given both a client ID and secret. These can then be placed into the relative GITHUB_CLIENT_ID and GITHUB_CLIENT_SECRET variables in your .env file.

  11. You must have the curl certificate set in your php.ini for this to function locally

    1. Verify the location of the php.ini you are using php --ini
    2. Ensure the setting curl.cainfo under the [curl] section has been set to the location of the cacert.pem that can be aquired from Curl.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].