Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kahopoon/QR-Blank
https://github.com/kahopoon/QR-Blank
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kahopoon/QR-Blank
- Owner: kahopoon
- Created: 2016-08-10T10:51:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-08T16:08:52.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T03:33:18.535Z (2 months ago)
- Language: Swift
- Size: 3.86 MB
- Stars: 38
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - QR Blank
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.## App store available
If you don't want to make it complicated to clone this project, or you want to support this project / me,
you may download this app simply at app store https://itunes.apple.com/app/id1137064763 ,
it will cost you less thank a buck. Thanks:)## 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")