Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anirudhb/barcodescannerx
- Owner: anirudhb
- Created: 2016-03-29T00:16:50.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-19T17:29:57.000Z (over 6 years ago)
- Last Synced: 2024-11-16T14:31:55.670Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 41.8 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).