The Treehouse Hacker Tracker 2020 is a resource that lists Treehouse students who are participating in Hacktoberfest 2020. All Treehouse students taking part in Hacktoberfest are welcome to add their data to the project so that they can be listed.
This project was created to give Treehouse students an opportunity to contribute to an open source project. Please see the Contribute section below for more information on how you can contribute to this project.
- Fork the repository.
- Clone your new forked repository to create a local copy on your computer.
- Visit
https://teamtreehouse.com/<Treehouse profile name>.json
to access your student data. - Edit the
data.js
file in your cloned repo to include your information. Please keep the array of objects in alphabetical order based on first name. - Save your changes and push them to your forked repo.
- Open a pull request.
- Congrats! Your information will be added to the site shortly.
The information you enter in the data.js
file should be formatted as follows:
{
url: 'https://teamtreehouse.com/dlv.json',
name: 'Lee Vaughn',
profile_name: 'dlv',
gravatar_url: 'https://uploads.teamtreehouse.com/production/profile-photos/9205552/avatar_lee.jpg',
points: 33766
}
This project is licensed under the terms of the MIT license.