https://github.com/cyrix126/covers-api-rs
Covers API, fetch covers from providers and offer an API to get/manage them
https://github.com/cyrix126/covers-api-rs
Last synced: 3 months ago
JSON representation
Covers API, fetch covers from providers and offer an API to get/manage them
- Host: GitHub
- URL: https://github.com/cyrix126/covers-api-rs
- Owner: Cyrix126
- License: gpl-3.0
- Created: 2024-07-15T13:01:46.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T13:21:40.000Z (11 months ago)
- Last Synced: 2024-07-15T15:29:25.793Z (11 months ago)
- Language: Rust
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# Covers-API
## Status of Development
**Work in Progress**
## Description
Covers API is a backend service that offers an API to download/manage covers for products.
It will fetch on configured providers the image associated with a barcode.
## Possible use-case
Anything that needs covers.
For example an ecommerce.
## Objective
Priority is to make it work with specific backends. Modularity for other backends will come after.
## Installation
### Requirements
- pass binary in PATH
- mysql database write access
- task tracker API
Supported: [Tasks-tracker](https://github.com/Cyrix126/tasks-tracker)
- product API
Supported: [Dolibarr](https://github.com/Dolibarr/dolibarr)
#### Optional requirements
- caching-proxy.
Supported: [Mnemosyne](https://github.com/Cyrix126/Mnemosyne)
## Licence
covers-api is GPL 3. See [Licence](LICENCE.md)