https://github.com/powermobileweb/qr-blank
QR code scan app
https://github.com/powermobileweb/qr-blank
ios iphone-app mobile-development qrcode swift swift3
Last synced: about 1 year ago
JSON representation
QR code scan app
- Host: GitHub
- URL: https://github.com/powermobileweb/qr-blank
- Owner: powermobileweb
- Created: 2018-08-16T09:31:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T01:50:04.000Z (over 5 years ago)
- Last Synced: 2025-03-25T06:51:12.116Z (about 1 year ago)
- Topics: ios, iphone-app, mobile-development, qrcode, swift, swift3
- Language: Swift
- Size: 3.73 MB
- Stars: 21
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QR Blank - QR Code URL scanner
No Ads, Clean, Simple open source QR Code URL scanner
Check URL by Google Safe Browsing before open.

### Google Safe Browsing: On, Open Automatically: On
URL open automatically if checking passed, prompt to ask if failed.
### Google Safe Browsing: On, Open Automatically: Off
All scanned URL will prompt to ask with checking result.
### Google Safe Browsing: Off, Open Automatically: On
All scanned URL will open automatically WITHOUT prompt.
### Google Safe Browsing: Off, Open Automatically: Off
All scanned URL will prompt to ask but without url status.
## Edit to your Google API key
First, to get your Google API key, please refer to: https://developers.google.com/safe-browsing/v4/get-started
After you got your api key, simply put it here at 'ViewController.swift' in the project.
```swift
let googleAPIKey = "Your Google API key here"
```
## App Screen


Developed by PowerMobileWeb