FOSSASIA
loklak: Create a loklak app which displays a histogram of tweets about fossasia
It's not actually difficult: have a look at this json: http://loklak.org/api/search.json?q=fossasia%20since:2015-12-21%20until:2016-01-31&source=cache&count=0&fields=created_at This shows you a list of dates and a number for each day. That is the count of tweets for each day where someone tweetet about #fossasia. Your task is, to make a loklak app, which visualizes this in a histogram. Read first how to make a loklak app here: https://github.com/loklak/loklak_server/blob/master/html/apps/apps.md then use angular.js and morris.js (see http://morrisjs.github.io/morris.js/ ) to make a beautiful graph out of this data! To complete your task, send a pull request to https://github.com/loklak/loklak_server with your loklak app.
Task tags
Students who completed this task
Seva Zhidkov, Yasoob