https://github.com/caohanyang/client-angular
https://github.com/caohanyang/client-angular
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/caohanyang/client-angular
- Owner: caohanyang
- Created: 2016-05-04T08:46:32.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T15:44:44.000Z (almost 9 years ago)
- Last Synced: 2025-01-19T20:19:57.194Z (4 months ago)
- Language: CSS
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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'
// }
// });