https://github.com/loicmahieu/angular-io-barcode
Angular wrapper for io-barcode
https://github.com/loicmahieu/angular-io-barcode
angular barcode
Last synced: 29 days ago
JSON representation
Angular wrapper for io-barcode
- Host: GitHub
- URL: https://github.com/loicmahieu/angular-io-barcode
- Owner: LoicMahieu
- Created: 2015-06-03T12:20:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T14:48:17.000Z (over 6 years ago)
- Last Synced: 2025-04-10T18:24:57.710Z (about 1 month ago)
- Topics: angular, barcode
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 30
- Watchers: 6
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular IO Barcode
[](https://greenkeeper.io/)
Angular wrapper for [io-barcode](https://www.npmjs.com/package/io-barcode)
[](https://travis-ci.org/LoicMahieu/angular-io-barcode)
[](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
```