Inspiration
We would like to have a tool to analyze the codes we have written so far. Extract warm words from plain code.
What it does
It will take a github username, call github api to extract user, commits and content info. Do data analysis with them and show final results.
How we built it
We built it with Ruby on Rails. Deployed on heroku
Challenges we ran into
We was stuck in Node callback hell since we need a lot of computations which Node.js is not quite good at. Poor designed github APIs also wasted us tons of time. Finally, we decided to go with RoR and make just plain HTTP requests to retrieve data.
Accomplishments that we're proud of
Our app can bring a smile along with good coding memory to hackers.
What we learned
RoR, Front-end, DB, API
What's next for coding-report
Will do more analysis based on codes. Currently, Github only allows a few thousands calls a day.
Log in or sign up for Devpost to join the conversation.