Skip to content

applait/friends

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Kaustav Das Modak
May 27, 2015
df15c66 · May 27, 2015

History

20 Commits
May 27, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 26, 2015
May 27, 2015
May 27, 2015

Repository files navigation

Friends of Applait

This is the codebase that powers "Friends of Applait", the list of superbly brilliant people that are part of Applait or have helped Applait at some time during their lifetime.

This is our way of hi5-ing!

Adding a name

Add a name to the friends.json file. The structure looks like:

{
  "name": "Ananda Sen",
  "email": "ananda.sen@example.com",
  "twitter": "anandasen", // Twitter ID
  "github": "anandasen", // Github ID
  "contributions": ["code", "graphics", "documentation"] // Array of areas of contribution
}

Thanks!

Contributions appreciated!