Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 903 Bytes

File metadata and controls

20 lines (13 loc) · 903 Bytes

streamdata-js/stockmarket-angular

This sample application shows how to use the streamdata.io Javascript SDK with AngularJS.

The streamdata.io JavaScript SDK allows the use of streamdata.io to get data pushed from various sources and use them in your application.

In a shell terminal, run the commands:

cd stockmarket-angular
npm install

This will install the streamdata.io JavaScript SDK and a Json-Patch JavaScript library.

To run the sample, open the index.html in your browser (Chrome, Firefox, Safari, IE > 10). You will be asked to fill in you application Token. To get them, connect to the streamdata.io portal and follow the guidelines.

If you have any questions or feedback, feel free to ask: support@streamdata.io

Enjoy!