3.1.3 • Published 8 months ago

bookmonkey-api v3.1.3

Weekly downloads
79
License
-
Repository
-
Last release
8 months ago

bookmonkey-api

The bookmonkey-api is a demo api to list, get, create, update and delete books. It's very handy for workshops. It comes with its own documentation.

Installation & Usage

  • Run npm install -g bookmonkey-api.
  • Start the api server with bookmonkey-api.
  • Open the documentation on http://localhost:4730/

Supported actions

GET     /books          // Get all books
GET     /books/:isbn    // Get a specific book by ISBN
POST    /books          // Create a new book
PUT     /books/:isbn    // Update a book by ISBN
DELETE  /books/:isbn    // Delete a book by ISBN

Credits

This project exists, thanks to all the people who contribute.

Additionally we would like to give credits to https://github.com/Farxa for creating the bookmonkey logo.

3.1.3

8 months ago

3.1.2

2 years ago

3.1.1

2 years ago

3.1.0

2 years ago

3.0.9

3 years ago

3.0.8

3 years ago

3.0.7

3 years ago

3.0.6

3 years ago

3.0.5

3 years ago

3.0.4

3 years ago

3.0.3

4 years ago

3.0.2

4 years ago

3.0.1

4 years ago

3.0.0

4 years ago

2.0.3

7 years ago

2.0.2

7 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago