An open API service indexing awesome lists of open source software.

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.

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`