Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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