Skip to content

Commit

Permalink
Add example QR codes
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Dec 28, 2020
1 parent d5007d6 commit c94c84c
Show file tree
Hide file tree
Showing 16 changed files with 104 additions and 1 deletion.
Binary file added examples/bitcoin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/email_mailto.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/email_plain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/ethereum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/geo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/market.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/mecard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
100 changes: 100 additions & 0 deletions examples/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# QR Code Examples

## URL

![URL](url.png)
`https://example.com`

## E-Mail

### Plain E-Mail

![Plain E-Mail](email_plain.png)
`john.doe@example.com`

### Mailto

![mailto](email_mailto.png)
`mailto:john.doe@example.com?cc=jane.doe@example.com,john.doe@example.com,&bcc=john.doe@example.com&subject=Hello&body=Hello%20World%21`

## Telephone Number

![Telephone Number](tel.png)
`tel:+1-123-555-4567`

## Contact Information

### vCard

![vCard](vcard.png)
``` vcf
BEGIN:VCARD
VERSION:3.0
N:Doe;John;;Mr.;
FN:John Doe
ORG:John Doe Co.
TEL;TYPE=WORK,VOICE:(123) 555-4567
TEL;TYPE=HOME,VOICE:(765) 555-4321
ADR;TYPE=HOME:;;123 Main Street;New York;NY;10030;United States of America
LABEL;TYPE=HOME:123 Main Street\nNew York\, NY 10030\nUnited States of America
EMAIL:john.doe@example.com
REV:2020-12-24T18:00:00Z
END:VCARD
```

### MeCard

![MeCard](mecard.png)
`MECARD:N:Doe,John;ADR:123 Main Street, New York, NY 10030;TEL:1235554567;EMAIL:john.doe@example.com;;`

## SMS

![SMS](sms.png)
`sms:+11235554567,+17655554321?body=Hello%20World%21`

## Geographic Information

![geo](geo.png)
`geo:40.762573,-73.8336205,100?z=22&q=My%20Home%21`

## Calendar Event

### vEvent

![vEvent](vevent.png)
```
BEGIN:VEVENT
SUMMARY:Summer Vacation!
DTSTART:20210607T080000Z
DTEND:20210614T080000Z
END:VEVENT
```

## Wi-Fi Network config

![Wi-Fi](wifi.png)
`WIFI:T:WPA2-EAP;S:John's Wi-Fi;P:supersecretp@ssword;H:true;E:TTLS;A:anaonymousIdent;I:ident;PH2:MSCHAPV2;;`

## Google Play Store App

![Play Store App](market.png)
`market://details?id=com.google.android.apps.maps`

## Crypto Currency

### Bitcoin

![Bitcoin](bitcoin.png)
`bitcoin:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=0.1&label=John%20Doe&message=For%20you%21`

### Ethereum

![Ethereum](ethereum.png)
`ethereum:175tWpb8K1S7NmH4Zx6rewF9WQrcZv245W?amount=1.5&label=John%20Doe&message=For%20you%21`

> Other Crypto Currencies like `Bitcoin Cash`, `Litecoin` and `Dash` are also supported.
## SIP

![SIP](sip.png)
`sip:1234567@example.com:1234`
Binary file added examples/sip.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/sms.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/tel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/url.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/vcard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/vevent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added examples/wifi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

A simple QR code scanner aimed at providing the best compatibility of all formats.

[Downloads](https://github.com/henkelmax/qr-scanner/releases)
## Useful Links

- [Downloads](https://github.com/henkelmax/qr-scanner/releases)
- [Example QR Codes](examples/)

## Features

Expand Down

0 comments on commit c94c84c

Please sign in to comment.