https://github.com/landonepps/pixabayimagebrowser
An iOS app to browse and download royalty-free images from Pixabay.
https://github.com/landonepps/pixabayimagebrowser
Last synced: about 1 year ago
JSON representation
An iOS app to browse and download royalty-free images from Pixabay.
- Host: GitHub
- URL: https://github.com/landonepps/pixabayimagebrowser
- Owner: landonepps
- License: mit
- Created: 2019-05-31T04:31:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-31T04:50:42.000Z (about 7 years ago)
- Last Synced: 2025-02-09T19:50:19.793Z (over 1 year ago)
- Language: Swift
- Size: 4.43 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pixabay Image Browser
### An iOS app to browse and download royalty-free images from Pixabay.
I made this app to practice making a custom `CollectionViewController`.
I use Swift 5's new `Result` type for making URL requests, and `Codable` for parsing JSON.

## Setup
Create an account at [pixabay.com](https://pixabay.com/).
Get the API key from [https://pixabay.com/api/docs/](https://pixabay.com/api/docs/).
Add it to `Secrets.swift`