Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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).