This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
Releases: xlcnd/isbnsrv
Releases · xlcnd/isbnsrv
Release v1.1.6
How to install and run?
First you need to install Docker in your system and download and unzip this file. Then enter in a terminal (inside directory isbnsrv-1.1.6
):
$ docker build --tag="isbnsrv:1.1.6" .
$ docker run -d -p 8080:8080 isbnsrv:1.1.6
(it exposes port 8080). Now read the documentation.
What's new?
- Faster 'bags' with isbnlib-3.10.7.
Release v1.1.5
How to install and run?
First you need to install Docker in your system and download and unzip this file. Then enter in a terminal (inside directory isbnsrv-1.1.5
):
$ docker build --tag="isbnsrv:1.1.5" .
$ docker run -d -p 8080:8080 isbnsrv:1.1.5
(it exposes port 8080). Now read the documentation.
What's new?
- Fix documentation!
- New providers:
sbn
(italian books),mcues
(spanish books) anddnb
(german books).
Release v1.1.4
What's new?
- Fix version.
- New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).
Release v1.1.3
What's new?
- Fix links!
- New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).
Release v1.1.2
New
- New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).
- Updated dependencies.
Release v1.1.1
Main changes:
- Updated main libraries.
- Faster bags.
- A graphql api is available at
http://localhost:8080/graphql