Angularjs/loklak: Create webpage for loklak.org using angular.js to display recent queries from json api
Loklak is a tweet harvesting and search server. It records the user queries and provides these in the suggestions api. You can get the json of that api at http://loklak.org/api/suggest.json?count=20&order=desc&orderby=query_last
Your task is, to write a web page which displays the queries in a table. The web page will be integrated in the loklak web front-end. You must clone https://github.com/loklak/loklak_server and create a file "querybrowser.html" in https://github.com/loklak/loklak_server/tree/master/html which should look like all the other web pages in that path (copy-paste one of the files there to start, i.e. "download.html" to get all the styles). The resulting page should show a table with all the values from the api call as given above. To complete the task, send a pull request to https://github.com/loklak/loklak_server