https://github.com/dragosrobertn/williburn
Find out how long would it take to burn if you were to sit outside based on the current UV Index 🔥☀️
https://github.com/dragosrobertn/williburn
Last synced: about 1 year ago
JSON representation
Find out how long would it take to burn if you were to sit outside based on the current UV Index 🔥☀️
- Host: GitHub
- URL: https://github.com/dragosrobertn/williburn
- Owner: dragosrobertn
- Created: 2017-03-13T11:14:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T20:48:52.000Z (over 9 years ago)
- Last Synced: 2025-01-28T13:57:38.406Z (over 1 year ago)
- Language: Swift
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Will I burn?
XCode Project written in Swift using more advanced principles and interacting with
a RESTful API backend to figure out if the UV Index at the location at which the
user is currently at will cause them any harm after a prolonged exposure period.

# Learning Outcomes
- Interacting with a RESTful API Backend
- Parsing and working with JSON objects
- UI Alerts, MapKit and Locations (+ Permissions)
- HTTP Requests
## Other projects
This project is a part of a few mini [Learning Swift Projects](https://github.com/dragosrobertn/LearningSwiftProjects).