jonbascos / treehouse-hacktoberfesters

An open-source project that lists Treehouse students who are participating in Hacktoberfest 2020.

Home Page:https://leevaughn.github.io/treehouse-hacktoberfesters/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Treehouse Hacker Tracker 2020

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.

Motivation

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.

Contributing

  • 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
}

Links

Author

Daniel Lee Vaughn

License

This project is licensed under the terms of the MIT license.

About

An open-source project that lists Treehouse students who are participating in Hacktoberfest 2020.

https://leevaughn.github.io/treehouse-hacktoberfesters/

License:MIT License


Languages

Language:CSS 47.1%Language:JavaScript 43.5%Language:HTML 9.4%