You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Streamdata Javascript SDK package containing SDK, documentation and sample applications
3
+
4
+
The SDK will allow you to use <ahref="http://streamdata.io">streamdata.io</a> Proxy to get data from various sources, and use them in your application.
5
+
In this directory, you will find
6
+
- a minified version of the SDK (streamdataio.min.js)
7
+
- the documentation that will help you understand how it works
8
+
- some sample projects to show you how to use this SDK within a Javascript application, using your favorite JS stack
9
+
- stockmarket sample shows how to get data from a demo data source returning simulated market data, and bind them to a simple UI using JQuery
10
+
- stockmarket-angular is another version of stockmarket projet using AngularJS
11
+
- twitter show how to use Twitter API, and pass a specific OAuth header to streamdata.io proxy
12
+
13
+
For both sample, after cloning the git repository, you can run
14
+
-```npm install```
15
+
-```bower install```
16
+
-```gulp serve```
17
+
18
+
to run the sample, and browse the code to understand how it works.
0 commit comments