Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samsymons/barcodes
Sample code for scanning barcodes with AVFoundation.
https://github.com/samsymons/barcodes
Last synced: 6 days ago
JSON representation
Sample code for scanning barcodes with AVFoundation.
- Host: GitHub
- URL: https://github.com/samsymons/barcodes
- Owner: samsymons
- Created: 2014-01-14T20:42:50.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-21T05:04:59.000Z (almost 11 years ago)
- Last Synced: 2024-04-15T00:44:14.487Z (7 months ago)
- Language: Objective-C
- Size: 270 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Barcodes
Barcodes is a simple app for scanning barcodes, looking them up on [UPC Database](http://upcdatabase.org), and searching for the result on [DuckDuckGo](https://duckduckgo.com).
## Setting Up
To use the app, you need to get an API key from UPC Database. Once you've registered an account there, your API key can be found in the [API control panel](http://upcdatabase.org/ucp-api).
Your API key will need to be pasted into the `kUPCDatabaseAPIKey` constant in `SOSBarcodeInformationRequest`. There's currently an error set up there to remind you to do that. Comment out the error once you've set your key up.
## Trying the App
You'll need to be a member of the [developer program](https://developer.apple.com/programs/ios/) to use the app, as it needs to be run on a physical device.
## Acknowledgments
Barcodes uses [TSMessages](https://github.com/toursprung/TSMessages) to notify the user that a barcode has been detected.