Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hivesolutions/barcodies
Simple barcode generation API
https://github.com/hivesolutions/barcodies
barcode javascript nodejs qrcode
Last synced: about 2 months ago
JSON representation
Simple barcode generation API
- Host: GitHub
- URL: https://github.com/hivesolutions/barcodies
- Owner: hivesolutions
- Created: 2018-01-24T08:21:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-09T19:36:09.000Z (2 months ago)
- Last Synced: 2024-11-09T20:26:14.973Z (2 months ago)
- Topics: barcode, javascript, nodejs, qrcode
- Language: JavaScript
- Homepage: http://barcodies.hive.pt
- Size: 45.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# [Barcodies](http://barcodies.hive.pt)
Simple barcode generation Web App.
## Configuration
| Name | Type | Default | Description |
| --------------- | ----- | ------- | ---------------------------------------------------------------------------------------------------------------------- |
| `BARCODIES_KEY` | `str` | `None` | Secret key that should be passed in protected calls so that the server side "trusts" the client side (authentication). |## License
Barcodies is currently licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/).
## Build Automation
[![Build Status](https://github.com/hivesolutions/barcodies/workflows/Main%20Workflow/badge.svg)](https://github.com/hivesolutions/barcodies/actions)
[![npm Status](https://img.shields.io/npm/v/hive-barcodies.svg)](https://www.npmjs.com/package/hive-barcodies)
[![License](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://www.apache.org/licenses/)