Skip to content

streamdataio/streamdataio-iOS-watch

Repository files navigation

streamdataio-iOS-watch

Real-time data animation in your Apple Watch with the Streamdata.io proxy.

Streamdata.io allows to get data pushed from various sources. This sample application shows simulated market data values pushed by Streamdata.io proxy using Server-sent events.

License

To run the sample, you can clone this GitHub repository, and then open the project with XCode.

Add the Streamdata.io authentication token

Before running the project on a phone or emulator, you have to paste a token to be authenticated by the proxy.

Modify ViewController.m on line 28 :

static NSString * kToken =
    @"YOUR_TOKEN-HERE";

To get a token, please sign up for free to the streamdata.io portal and follow the guidelines. You will find your token in the 'security' section.

Project dependencies

The application dependencies are available on GitHub

If you have any questions or feedback, feel free to contact us at [email protected]

Enjoy!

About

Real-time data animation in your Apple Watch with Streamdata.io

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published