Skip to content

Commit

Permalink
partially solves #176 - prepared some of the apps for store listing […
Browse files Browse the repository at this point in the history
…WIP]

partially fixes issue #176. Prepared the following apps for storelisting.

```
dcuphanduy
movietweets
yasoob
fossasia-histogram
yathannsh
KnowTheDiff
userprofile
LQL
webtweets
tweetsleaderboard
bolerplate
whatsTrending : fixed typo
collegeElections
social-wall
querybrowser
superwomen7
histogram
```
  • Loading branch information
djmgit committed Jun 11, 2017
1 parent 1c929d5 commit 4de623e
Show file tree
Hide file tree
Showing 114 changed files with 247 additions and 6 deletions.
13 changes: 9 additions & 4 deletions LQL/app.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
{
"@context":"http://schema.org",
"@type":"SoftwareApplication",
"permissions":"/api/status.json,/api/suggest.json,
/api/search.json,/api/peers.json,
/api/hello.json,/api/settings.json,
/api/threaddump.txt",
"permissions":["/api/status.json,/api/suggest.json",
"/api/search.json,/api/peers.json",
"/api/hello.json,/api/settings.json",
"/api/threaddump.txt"],
"name":"LQL",
"headline":"Loklak Query Language",
"alternativeHeadline":"Advanced Search Tool for Loklak",
"applicationCategory":"Search",
"applicationSubCategory":"Apps listing",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"An application to know and use the Loklak API",
"author":{
"@type":"Person",
"name":"Sudheesh Singanamalla",
Expand Down
3 changes: 3 additions & 0 deletions LQL/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
**LQL** provides an GUI to use all the components of
loklak api. This app can be used to query loklak and know
more about it.
Binary file added LQL/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LQL/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added LQL/disp3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions LQL/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
This app shows the various components off the loklak api
and gives the user a chance to try them all.

Enter your query in the text field, select an api and press
**Query Loklak** to use that API.

The result is shown in the text area below. You can easily
copy the result as well as the created api request string
to directly use it in your own app.

You can set several other parameters like **from**,
**since data**, **until date**, aggregation fields
like **hashtags** and **mentions**
Binary file added LQL/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions boilerplate/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"applicationCategory":"Demo",
"applicationSubCategory":"Hello World",
"operatingSystem":"http://loklak.org",
"oneLineDescription": "Get started with loklak app development",
"getStarted": "getStarted.md",
"appUse": "appUse.md",
"others": "",
"promoImage": "promo.png",
"appImages": ["disp1.png", "disp2.png"],
"author":{
"@type":"Person",
"name":"Michael Christen",
Expand Down
2 changes: 2 additions & 0 deletions boilerplate/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This application serves as a template for creating a new
loklak app by simply editing the necessary files.
Binary file added boilerplate/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added boilerplate/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions boilerplate/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This application can be used as a template to get started with
**loklak app development** quickly.
Just create a copy of this app, rename this app, configure the
app.json and edit the files to create your own app. This app
serves as an alternative of usng loklakinit tool or creating an
app structure and app.json manually
1 change: 1 addition & 0 deletions boilerplate/others.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<!-- provide relevant information here -->
Binary file added boilerplate/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions collegeElections/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to conduct and evaluate college Elections",
"author":{
"@type":"Person",
"name":"Sushma Kukkadapu",
Expand Down
2 changes: 2 additions & 0 deletions collegeElections/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This app can be used to conduct college elections and calculate
results instantly.
Binary file added collegeElections/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added collegeElections/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added collegeElections/disp3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions collegeElections/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This app helps you conduct election using twitter as the platform!

The voters have to tweet mentioning the name of the candidate they want
to vote for.
In order to know the results enter the name of the two candidates
in the input fields and press compare.

The number of votes acquired by each of the candidates are shown
and a pie chart is also plotted using the data.
Binary file added collegeElections/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion details.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ <h2 class="app-name"> {{selectedApp.name}} </h2>
<h4 class="app-headline"> {{appData.headline}} </h4>
<h5 class="author"> <a href={{appData.author.url}} class="author-link">
by {{appData.author.name}} </a> </h5>
<div class="short-desc"> {{appData.oneLineDescrption}} </div>
<div class="short-desc"> {{appData.oneLineDescription}} </div>
<a href="../{{selectedApp.name}}" class="try-now"> Try Now </a>
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions ducphanduy/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to search Twitter using given tweet words",
"author":{
"@type":"Person",
"name":"Duc Phan Duy",
Expand Down
1 change: 1 addition & 0 deletions ducphanduy/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used for searching Twitter by user specifc keywords.
Binary file added ducphanduy/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ducphanduy/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added ducphanduy/disp3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions ducphanduy/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This is a tweet search app. It allows users to search tweets by a given
query word.

Enter a query word and press search, You will be presented with
a tweets containing the word you entered and also their links.
Binary file added ducphanduy/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions fossasia-histogram/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"About project",
"operatingSystem":"http://loklak.org",
"promoImage": "promo.png",
"appImages": ["disp1.png", "disp2.png", "disp3.png"],
"getStarted": "getStarted.md",
"appUse": "appUse.md",
"others": "others.md",
"oneLineDescription": "App to visualise loklak aggregation",
"author":{
"@type":"Person",
"name":"Seva Zhidkov",
Expand Down
2 changes: 2 additions & 0 deletions fossasia-histogram/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
The app can be used to visualise the trends in frequency of tweets
containing a particular word/query over time.
Binary file added fossasia-histogram/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fossasia-histogram/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added fossasia-histogram/disp3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions fossasia-histogram/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This app uses the **loklak aggregation** api and plots a line chart
showing number of tweets containing a particular query word versus days.

The user has to provide the tweet word in the input field and press enter after
that the use will be presented with a line graph visualizing the tweet agregation
returned by the api.
2 changes: 2 additions & 0 deletions fossasia-histogram/others.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This a.pp uses morris.js, a simple light weight library for plotting
charts.
Binary file added fossasia-histogram/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions histogram/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to visualise loklak aggregation data",
"author":{
"@type":"Person",
"name":"M.Yasoob Ullah",
Expand Down
1 change: 1 addition & 0 deletions histogram/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Visualise twitter aggregation data using this application
Binary file added histogram/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added histogram/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added histogram/disp3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions histogram/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This application visualises loklak aggregation data using bar graphs.

Enter query in the input field and enter start and ebd dates
to specify the date range of the returned data.

Press plot to plot a bar graph using data returned by loklak api.
Binary file added histogram/promo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions knowTheDiff/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Search",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"App to show difference between search and aggregation api",
"author":{
"@type":"Person",
"name":"Damini Satya",
Expand Down
1 change: 1 addition & 0 deletions knowTheDiff/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The app can be used to know the difference between loklak search and aggregation api.
Binary file added knowTheDiff/disp1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added knowTheDiff/disp2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added knowTheDiff/disp3.png
4 changes: 4 additions & 0 deletions knowTheDiff/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This is an application to show diffence between loklak **search api**
and loklak **aggregation api**. There is an in-app tutoral to use the
app. On launching the app a tour of the app starts which will guide you
to use the app.
Binary file added knowTheDiff/promo.png
23 changes: 23 additions & 0 deletions movietweets/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"@context":"http://schema.org",
"@type":"SoftwareApplication",
"permissions":"/api/search.json",
"name":"movietweets",
"headline":"Search movie tweets",
"alternativeHeadline":"work from GCI task",
"applicationCategory":"Search",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to search Twitter for movie tweets",
"author":{
"@type":"Person",
"name":"YagoGG",
"email":"",
"url":"https://github.com/YagoGG",
"sameAs":"https://github.com/YagoGG"
}
}
2 changes: 2 additions & 0 deletions movietweets/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This app can be used to search Twitter about tweets related to movies.
Users can know about what people are saying about a particular movie.
Binary file added movietweets/disp1.png
Binary file added movietweets/disp2.png
Binary file added movietweets/disp3.png
9 changes: 9 additions & 0 deletions movietweets/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This form uses the [loklak public API](http://loklak.org/) to search the last 100 most recent tweets about the specified films.
Styles by [Bootstrap](http://getbootstrap.com/).

## Use

Since it's plain HTML/JS, you only have to download both `index.html` and `script.js` and place them in the same directory.
Every time you change the content of the text box with a new film name and press <kbd>ENTER</kbd>, the results should update automatically. However, if it doesn't work, you can use the *Search!* button at the right.

> Your browser must have JavaScript enabled, and Internet connection
Binary file added movietweets/promo.png
5 changes: 5 additions & 0 deletions querybrowser/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Search",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"A frontend client for loklak suggest API",
"author":{
"@type":"Person",
"name":"Anshuman Agarwal",
Expand Down
1 change: 1 addition & 0 deletions querybrowser/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used as a frontend client to visualise loklak suggest API.
Binary file added querybrowser/disp1.png
Binary file added querybrowser/disp2.png
4 changes: 4 additions & 0 deletions querybrowser/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This app acts as a frontend client to visualise loklak suggest API.
It shows a record of all search requests. They can be used for suggestions.
It shows Query **Query Count**,**Retrieval Count**,**Latest Query**,**Next Retrieval**,
**Messages Per Day** and **Message Period**.
Binary file added querybrowser/promo.png
5 changes: 5 additions & 0 deletions social-wall/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"data aggregation",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to visualize twitter social wall",
"author":{
"@type":"Person",
"name":"Sopan Khosla",
Expand Down
1 change: 1 addition & 0 deletions social-wall/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used to visualise twitter social wall
Binary file added social-wall/disp1.png
Binary file added social-wall/disp2.png
Binary file added social-wall/disp3.png
4 changes: 4 additions & 0 deletions social-wall/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
This app helps to visualise social wall based on twitter.

Just enter a tweet word or query and you will get a wall
consisting of tweets containing that word along with pictures.
Binary file added social-wall/promo.png
5 changes: 5 additions & 0 deletions superwoman7/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"Hello World",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Applicaton to recreate and visualise tweet timeline",
"author":{
"@type":"Person",
"name":"Ruthvik Vijayakumar",
Expand Down
1 change: 1 addition & 0 deletions superwoman7/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used to recreate and visualise tweet timeline.
Binary file added superwoman7/disp1.png
Binary file added superwoman7/disp2.png
Binary file added superwoman7/disp3.png
5 changes: 5 additions & 0 deletions superwoman7/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This app recreates **tweet timeline**.

Just enter a tweet word or query in the input field
and you wll be presented with a timeline with various
tweets containing your query.
Binary file added superwoman7/promo.png
5 changes: 5 additions & 0 deletions tweetsleaderboard/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Scraper",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"A Leaderboard based on the number of tweets",
"author":{
"@type":"Person",
"name":"Damini Satya",
Expand Down
1 change: 1 addition & 0 deletions tweetsleaderboard/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used to get a leaderboard of users
Binary file added tweetsleaderboard/disp1.png
Binary file added tweetsleaderboard/disp2.png
Binary file added tweetsleaderboard/disp3.png
6 changes: 6 additions & 0 deletions tweetsleaderboard/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
This application shows a leaderboard based on the number of
tweets made.

Enter a tweet word in the input field and press search.
A leader board will be presented to you based on the number of tweets
containing the query word.
Binary file added tweetsleaderboard/promo.png
5 changes: 5 additions & 0 deletions userprofile/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"applicationCategory":"Visualizer",
"applicationSubCategory":"Text Retrieval",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to search and view userprofile",
"author":{
"@type":"Person",
"name":"Sudheesh Singanamalla",
Expand Down
1 change: 1 addition & 0 deletions userprofile/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This app can be used to get information about the profile of a twitter user.
Binary file added userprofile/disp1.png
Binary file added userprofile/disp2.png
Binary file added userprofile/disp3.png
9 changes: 9 additions & 0 deletions userprofile/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
This app allows the users to search and view the profile
of an user on twitter.

This app shows the number of followers an user has on twitter
and the number of tweets he has made.
It also shows tweets where the user has been mentioned.

Just Enter the profile name in the input field and press search
to get the results.
Binary file added userprofile/promo.png
23 changes: 23 additions & 0 deletions webtweets/app.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"@context":"http://schema.org",
"@type":"SoftwareApplication",
"permissions":"/api/search.json",
"name":"webtweets",
"headline":"FOSSASIA webtweets",
"alternativeHeadline":"",
"applicationCategory":"Search",
"applicationSubCategory":"",
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"oneLineDescription":"Application to show FOSSASIA tweets",
"author":{
"@type":"Organization",
"name":"FOSSASIA",
"email":"",
"url":"https://github.com/fossasia",
"sameAs":"https://github.com/fossasia"
}
}
1 change: 1 addition & 0 deletions webtweets/appUse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
App can be used to view tweets regarding FOSSASIA
Binary file added webtweets/disp1.png
Binary file added webtweets/disp2.png
Binary file added webtweets/disp3.png
2 changes: 2 additions & 0 deletions webtweets/getStarted.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
An Application to show tweets about FOSSASIA. The app shows tweets
onr after the other in an automated way.
Binary file added webtweets/promo.png
2 changes: 1 addition & 1 deletion whatsTrending/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"operatingSystem":"http://loklak.org",
"promoImage":"promo.png",
"appImages":["disp1.png", "disp2.png", "disp3.png"],
"oneLineDescrption":"An applicaton to get top trending hashtags on twitter",
"oneLineDescription":"An applicaton to get top trending hashtags on twitter",
"getStarted":"getStarted.md",
"appUse":"appUse.md",
"others":"others.md",
Expand Down
Loading

0 comments on commit 4de623e

Please sign in to comment.