Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vittominacori/x-qrcode
Custom Polymer element to create QR Code.
https://github.com/vittominacori/x-qrcode
Last synced: 29 days ago
JSON representation
Custom Polymer element to create QR Code.
- Host: GitHub
- URL: https://github.com/vittominacori/x-qrcode
- Owner: vittominacori
- Created: 2015-02-25T19:19:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-25T19:27:35.000Z (over 9 years ago)
- Last Synced: 2024-10-08T06:09:15.877Z (about 1 month ago)
- Language: HTML
- Size: 117 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
x-qrcode
================Custom Polymer element to create QR Code.
## Getting started
```
$ cd /your-project-root/
$ git clone https://github.com/vittominacori/x-qrcode.git
$ cd x-qrcode/
$ bower install
```or install it via bower
```
$ bower install x-qrcode --save
```## Try it
```
$ cd .. # You'll want to run the web server from the parent directory.
$ python -m SimpleHTTPServer
```Go to [http://localhost:8000/x-qrcode/demo.html](http://localhost:8000/x-qrcode/demo.html) to see it in action.
## Usage
```
```
## Note
QR Code are generated using [Google Chart](https://developers.google.com/chart/infographics/docs/qr_codes).