Pulling live data from website to iOS app

Hey! Not sure if I put this in correct category - if so, I’m sorry :wink:

I’m working on my iOS project - a tribute to Voyager mission and I was wondering if it’s possible to pass data from this website: Voyager - Mission Status - mostly Mission Elapsed Time, Distance from Earth and Velocity into iOS app(without using WebView and pulling whole website)?

Any hint on how to do it will be greatly appreciated!

Thanks in advance,
Piotr

Hi @piotreqk,
You can download the entire HTML data using URLSession and then you can parse it.

cheers,

This topic was automatically closed after 166 days. New replies are no longer allowed.