Skip to content

Commit 766c602

Browse files
djmgitjigyasa-grover
authored andcommitted
fixes #312 - Added store listing info for LoklakWordCloud app (#313)
Fixes issue #312, added store listing info for LoklakWordCloud app.
1 parent ed4e05c commit 766c602

File tree

10 files changed

+73
-24
lines changed

10 files changed

+73
-24
lines changed

LoklakWordCloud/app.json

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,29 @@
11
{
2-
"@context": "http://schema.org",
3-
"@type": "SoftwareApplication",
4-
"permissions": "/api/search.json",
5-
"name": "LoklakWordCloud",
6-
"headline": "App to generate Word Cloud using Loklak",
7-
"alternativeHeadline": "App to generate Word Cloud using Loklak",
8-
"applicationCategory": "Visualization",
9-
"applicationSubCategory": "",
10-
"operatingSystem": "http://loklak.org",
11-
"promoImage": "promo.png",
12-
"appImages": "",
13-
"oneLineDescription": "App to visualize Loklak data as word cloud",
14-
"getStarted": "getStarted.md",
15-
"appUse": "appUse.md",
16-
"others": "others.md",
17-
"author": {
18-
"@type": "Person",
19-
"name": "Deepjyoti Mondal",
20-
"email": "[email protected]",
21-
"url": "djmgit.github.io",
22-
"sameAs": ""
2+
"@context":"http://schema.org",
3+
"@type":"SoftwareApplication",
4+
"permissions":"/api/search.json",
5+
"name":"LoklakWordCloud",
6+
"headline":"App to generate Word Cloud using Loklak",
7+
"alternativeHeadline":"App to generate Word Cloud using Loklak",
8+
"applicationCategory":"Visualizer",
9+
"applicationSubCategory":"About project",
10+
"operatingSystem":"http://loklak.org",
11+
"promoImage":"promo.png",
12+
"appImages":["disp1.png", "disp2.png", "disp3.png"],
13+
"oneLineDescription":"App to visualize Loklak data as word cloud",
14+
"getStarted":"getStarted.md",
15+
"appUse":"appUse.md",
16+
"appSource": "https://github.com/fossasia/apps.loklak.org/tree/master/LoklakWordCloud",
17+
"contributors": [{"name": "djmgit", "url": "http://djmgit.github.io/"}],
18+
"techStack": ["HTML", "CSS", "AngularJs", "Jqcloud", "html2canvas", "Bootstrap", "Loklak API"],
19+
"license": {"name": "LGPL 2.1", "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1"},
20+
"version": "1.0",
21+
"updated": "Aug 20,2017",
22+
"author":{
23+
"@type":"Person",
24+
"name":"Deepjyoti Mondal",
25+
"email":"[email protected]",
26+
"url":"https://djmgit.github.io",
27+
"sameAs":"https://github.com/djmgit"
2328
}
2429
}

LoklakWordCloud/appUse.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
<!-- use of this app -->
1+
Word clouds are a very popular tool for data analysis and representation.
2+
They help to visualise data instantly. This app will help you to easily
3+
generate word clouds and visualise Twitter data.

LoklakWordCloud/disp1.png

91.5 KB
Loading

LoklakWordCloud/disp2.png

87.8 KB
Loading

LoklakWordCloud/disp3.png

62.4 KB
Loading

LoklakWordCloud/getStarted.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,15 @@
1-
<!-- getting started with the app -->
1+
LoklakWordCloud is an app to generate word clouds on a given topic
2+
using data collected from Twitter. Loklak service is used to obtain
3+
data and the obtained data is used to generate the word cloud. Users
4+
can export the generated word cloud to PNG/JPEG format and save on their
5+
disk.
6+
7+
## How to use
8+
Enter a query word in the input field, provide start and end dates if required,
9+
add filters using the corresponding checkboxes and press search button. A word
10+
cloud will be generated using the tweets related to the query word entered.
11+
Filters allow you to add constraints to the data which are being used to generate
12+
word cloud. You can restrict your word cloud only to hashtags or mentions or tweet
13+
body. Pressing on any word present inside the cloud will replace the present
14+
cloud with the selected word's cloud. You can choose between PNG and JPEG formats
15+
and export and the word cloud as an image.

LoklakWordCloud/others.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

LoklakWordCloud/promo.png

32.1 KB
Loading

LoklakWordCloud/screenshot.png

78.6 KB
Loading

apps.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,35 @@
892892
"url":"https://djmgit.github.io",
893893
"sameAs":"https://github.com/djmgit"
894894
}
895+
},
896+
{
897+
"@context":"http://schema.org",
898+
"@type":"SoftwareApplication",
899+
"permissions":"/api/search.json",
900+
"name":"LoklakWordCloud",
901+
"headline":"App to generate Word Cloud using Loklak",
902+
"alternativeHeadline":"App to generate Word Cloud using Loklak",
903+
"applicationCategory":"Visualizer",
904+
"applicationSubCategory":"About project",
905+
"operatingSystem":"http://loklak.org",
906+
"promoImage":"promo.png",
907+
"appImages":["disp1.png", "disp2.png", "disp3.png"],
908+
"oneLineDescription":"App to visualize Loklak data as word cloud",
909+
"getStarted":"getStarted.md",
910+
"appUse":"appUse.md",
911+
"appSource": "https://github.com/fossasia/apps.loklak.org/tree/master/LoklakWordCloud",
912+
"contributors": [{"name": "djmgit", "url": "http://djmgit.github.io/"}],
913+
"techStack": ["HTML", "CSS", "AngularJs", "Jqcloud", "html2canvas", "Bootstrap", "Loklak API"],
914+
"license": {"name": "LGPL 2.1", "url": "https://www.gnu.org/licenses/old-licenses/lgpl-2.1"},
915+
"version": "1.0",
916+
"updated": "Aug 20,2017",
917+
"author":{
918+
"@type":"Person",
919+
"name":"Deepjyoti Mondal",
920+
"email":"[email protected]",
921+
"url":"https://djmgit.github.io",
922+
"sameAs":"https://github.com/djmgit"
923+
}
895924
}
896925
],
897926
"categories": [

0 commit comments

Comments
 (0)