Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anirudhb/barcodescannerx

A barcode scanner with useful features, made cross-platform by Electron
https://github.com/anirudhb/barcodescannerx

Last synced: 3 days ago
JSON representation

A barcode scanner with useful features, made cross-platform by Electron

Awesome Lists containing this project

README

        

# BarcodeScannerX

_Note: This is the rewrite with Polymer. See 1.x for old, finished application._
A rewrite of BarcodeScannerX updated with new features, new UI and new functionality.

## New functionaliy
- [ ] Switchable command 'views'
- [x] Web browser support
- [ ] Caching
- [ ] External datasource

## Building & Running
To build:
```shell
bower install
polymer build
```

To run (dev server):
```shell
bower install
polymer serve
```
The server will be at [localhost:8081](http://localhost:8081).