An open API service indexing awesome lists of open source software.

https://github.com/caohanyang/client-angular


https://github.com/caohanyang/client-angular

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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.

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: [email protected]

This demo is visible online at http://angular-streamdataiodemo.rhcloud.com/

Enjoy!
# client-angular

// $.ajax({
// url : "https://api.twitter.com/1.1/statuses/user_timeline.json",
// method : 'GET',
// headers: {
// 'Authorization':'OAuth oauth_consumer_key="3bslD2ptMQ9vhaBOURUGlPEIu", oauth_nonce="b11fab01f379281cada608b4c2d158ac", oauth_signature="VpWZXbr74U%2B5t2B6Kx%2BaJcG1mD8%3D", oauth_signature_method="HMAC-SHA1", oauth_timestamp="1462952987", oauth_token="1881073466-iLytONO2likj7qKuCNeVGm18DoFpmhSJL1xhGo8", oauth_version="1.0"',
// 'Content-Type':'application/json'
// }
// });