Skip to content

Commit 227a339

Browse files
Mustafa HafeezMustafa Hafeez
Mustafa Hafeez
authored and
Mustafa Hafeez
committed
2 parents 244c259 + d043c82 commit 227a339

File tree

2 files changed

+42
-22
lines changed

2 files changed

+42
-22
lines changed

README.md

+29-17
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,63 @@
33
Public repository for project templates for Omniscope Evo.
44

55
## Template Overview
6-
<div id="Redditexplorer"/>
6+
<div id="Reddit_explorer"/>
77

8-
### Reddit explorer
8+
### Reddit_explorer
99

10-
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Reddit explorer/thumbnail.png" width="150px" height="auto"/>
10+
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Reddit_explorer/thumbnail.png" width="150px" height="auto"/>
1111

1212
Explore subreddit
1313

1414
Version: 2
1515

16-
[Link to Github page](Reddit%20explorer)
16+
[Link to Github page](Reddit_explorer)
1717

18-
<div id="SalesForcedashboard"/>
18+
<div id="SalesForce_dashboard"/>
1919

20-
### SalesForce dashboard
20+
### SalesForce_dashboard
2121

22-
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/SalesForce dashboard/thumbnail.png" width="150px" height="auto"/>
22+
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/SalesForce_dashboard/thumbnail.png" width="150px" height="auto"/>
2323

2424
Visualise data about accounts, lead, opportunities and sales.
2525

2626
Version: 2
2727

28-
[Link to Github page](SalesForce%20dashboard)
28+
[Link to Github page](SalesForce_dashboard)
2929

30-
<div id="Stockportfolio"/>
30+
<div id="Stock_portfolio"/>
3131

32-
### Stock portfolio
32+
### Stock_portfolio
3333

34-
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Stock portfolio/thumbnail.png" width="150px" height="auto"/>
34+
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Stock_portfolio/thumbnail.png" width="150px" height="auto"/>
3535

3636
Input your stock portfolio and watch as Omniscope maps the fields and produces a cool dashboard
3737

38-
Version: 3
38+
Version: 2
3939

40-
[Link to Github page](Stock%20portfolio)
40+
[Link to Github page](Stock_portfolio)
4141

42-
<div id="Stocksperformance"/>
42+
<div id="Stocks_performance"/>
4343

44-
### Stocks performance
44+
### Stocks_performance
4545

46-
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Stocks performance/thumbnail.png" width="150px" height="auto"/>
46+
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Stocks_performance/thumbnail.png" width="150px" height="auto"/>
4747

4848
Input some stock tickers and analyse their performance over time.
4949

5050
Version: 2
5151

52-
[Link to Github page](Stocks%20performance)
52+
[Link to Github page](Stocks_performance)
53+
54+
<div id="Twitter_Profile_Analysis"/>
55+
56+
### Twitter_Profile_Analysis
57+
58+
<img align="right" src="https://github.com/visokio/omniscope-project-templates/blob/master/Twitter_Profile_Analysis/thumbnail.png" width="150px" height="auto"/>
59+
60+
This project allows you to view a dashboard of any Twitter user timeline. Start by connecting your Twitter account in the Twitter block and selecting the user profile handles you wish to view.
61+
62+
Version: 2
63+
64+
[Link to Github page](Twitter_Profile_Analysis)
5365

index.json

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
11
{
22
"list": [
33
{
4-
"name": "Reddit explorer",
4+
"name": "Reddit_explorer",
55
"category": "Social",
66
"description": "Explore subreddit",
77
"version": 2,
88
"templateIozFileName": "template_v2.ioz",
99
"parameters": []
1010
},
1111
{
12-
"name": "SalesForce dashboard",
12+
"name": "SalesForce_dashboard",
1313
"description": "Visualise data about accounts, lead, opportunities and sales.",
1414
"version": 2,
1515
"templateIozFileName": "template_v2.ioz",
1616
"parameters": []
1717
},
1818
{
19-
"name": "Stock portfolio",
19+
"name": "Stock_portfolio",
2020
"category": "Finance",
2121
"description": "Input your stock portfolio and watch as Omniscope maps the fields and produces a cool dashboard",
22-
"version": 3,
22+
"version": 2,
2323
"templateIozFileName": "template_v2.ioz",
2424
"parameters": []
2525
},
2626
{
27-
"name": "Stocks performance",
27+
"name": "Stocks_performance",
2828
"category": "Finance",
2929
"description": "Input some stock tickers and analyse their performance over time.",
3030
"version": 2,
@@ -39,6 +39,14 @@
3939
"description": "Number of months. E.g. 3 to get last 3 months, 6 for last 6 months, etc."
4040
}
4141
]
42+
},
43+
{
44+
"name": "Twitter_Profile_Analysis",
45+
"category": "Social",
46+
"description": "This project allows you to view a dashboard of any Twitter user timeline. Start by connecting your Twitter account in the Twitter block and selecting the user profile handles you wish to view.",
47+
"version": 2,
48+
"templateIozFileName": "template.ioz",
49+
"parameters": []
4250
}
4351
],
4452
"templates": [

0 commit comments

Comments
 (0)