vuinguyen / FishingDaze

A fishing journal app to document fishing trips, built for my capstone project, for my Udacity iOS Nanodegree program.
1 stars 1 forks source link

Get WeatherBit.io Networking Going in a Playground #26

Closed vuinguyen closed 4 years ago

vuinguyen commented 4 years ago

This way, I can get the networking and JSON parsing working separately from the app first, so as to not overwhelm me. Then, I can move the playground code over to the app once I get something going.

vuinguyen commented 4 years ago

I may continue working on the Playground off/on to experiment with some things separately from the app. But I got the "temp" and "weather description" data from calling the WeatherBit.io current weather API. That is enough for me to go back to working on the FishingDaze app, so I will call this issue closed for now.