Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/loicmahieu/angular-io-barcode
- Owner: LoicMahieu
- Created: 2015-06-03T12:20:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T14:48:17.000Z (over 6 years ago)
- Last Synced: 2024-10-01T17:09:11.521Z (4 months ago)
- Topics: angular, barcode
- Language: JavaScript
- Homepage:
- Size: 1.27 MB
- Stars: 30
- Watchers: 7
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```