Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-30T01:50:04.000Z (about 4 years ago)
- Last Synced: 2024-12-20T18:54:20.564Z (about 2 months ago)
- Topics: ios, iphone-app, mobile-development, qrcode, swift, swift3
- Language: Swift
- Size: 3.73 MB
- Stars: 21
- Watchers: 4
- 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.![Alt text](readme-images/intro.gif?raw=true "intro gif")
### 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
![Alt text](readme-images/screenA.jpeg?raw=true "screen A")
![Alt text](readme-images/screenB.jpeg?raw=true "screen B")
Developed by PowerMobileWeb