Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/loicmahieu/angular-io-barcode

Angular wrapper for io-barcode
https://github.com/loicmahieu/angular-io-barcode

angular barcode

Last synced: 3 months ago
JSON representation

Angular wrapper for io-barcode

Awesome Lists containing this project

README

        

# Angular IO Barcode

[![Greenkeeper badge](https://badges.greenkeeper.io/LoicMahieu/angular-io-barcode.svg)](https://greenkeeper.io/)

Angular wrapper for [io-barcode](https://www.npmjs.com/package/io-barcode)

[![Build Status](http://img.shields.io/travis/LoicMahieu/angular-io-barcode.svg?style=flat-square)](https://travis-ci.org/LoicMahieu/angular-io-barcode)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/LoicMahieu/angular-io-barcode/blob/master/LICENSE.md)

## Usage

Install from:

- NPM: `npm install angular-io-barcode`
- Bower: `bower install angular-io-barcode`

```javascript
var app = angular.module('app', ['io-barcode']);
```

```html

```

[Demo](https://rawgit.com/LoicMahieu/angular-io-barcode/master/demo/index.html)

## Contributing

```
$ git clone https://github.com/LoicMahieu/angular-io-barcode && cd angular-io-barcode
$ npm install
$ npm test
```