{
username: 'ggerhard',
gitHubUrl: 'https://github.com/ggerhard',
otherUrl: '',
projects: {
201611: {
name: 'parsecal',
description: 'ruby script to parse an iCal calendar and create a spreadsheet report',
status: 'Done'
},
......
}
}
Extra Kudos for node module and maybe a more general approach to markdown to JSON.
A Parser Markdown to JSON
Check if there are existing libraries
Get data from the gitHub API:
curl https://raw.githubusercontent.com/1ppm/1ppmLog/master/HallOfFame.md
curl https://api.github.com/repos/1ppm/1ppmLog/contents/HallOfFame.md
Output should look something like this:
Extra Kudos for node module and maybe a more general approach to markdown to JSON.