Skip to content
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.

Releases: xlcnd/isbnsrv

Release v1.1.6

13 Apr 13:55
Compare
Choose a tag to compare

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?

  1. Faster 'bags' with isbnlib-3.10.7.

Release v1.1.5

01 Apr 14:07
Compare
Choose a tag to compare

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?

  1. Fix documentation!
  2. New providers: sbn (italian books), mcues (spanish books) and dnb (german books).

Release v1.1.4

01 Apr 11:38
Compare
Choose a tag to compare

What's new?

  1. Fix version.
  2. New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).

Release v1.1.3

01 Apr 11:12
Compare
Choose a tag to compare

What's new?

  1. Fix links!
  2. New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).

Release v1.1.2

01 Apr 10:53
Compare
Choose a tag to compare

New

  1. New providers: 'sbn' (italian books), 'mcues' (spanish books) and 'dnb' (german books).
  2. Updated dependencies.

Release v1.1.1

02 Mar 16:27
Compare
Choose a tag to compare

Main changes:

  1. Updated main libraries.
  2. Faster bags.
  3. A graphql api is available at http://localhost:8080/graphql