https://github.com/idreesinc/dark-sky-api-example
A simple Dark Sky API example in Swift, because why use a bloated library for something as simple as an API call?
https://github.com/idreesinc/dark-sky-api-example
darksky swift swift-playgrounds
Last synced: 3 months ago
JSON representation
A simple Dark Sky API example in Swift, because why use a bloated library for something as simple as an API call?
- Host: GitHub
- URL: https://github.com/idreesinc/dark-sky-api-example
- Owner: IdreesInc
- License: mit
- Created: 2018-02-06T22:11:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-07T00:05:56.000Z (over 7 years ago)
- Last Synced: 2025-01-27T23:18:56.684Z (4 months ago)
- Topics: darksky, swift, swift-playgrounds
- Language: Swift
- Homepage: http://idreesinc.com
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dark Sky API Example in Swift
A simple Dark Sky API example written in a Swift Playground, because why use a bloated library for something as simple as an API call?
[](https://darksky.net/dev)
## Before you start
Make sure to create a file called "api_key.secret" in the Resources folder of your Swift Playground containing only your Dark Sky API key. The API's free tier is quite generous so I recommend trying it out!
## License
MIT, just in case you worry about that sort of thing