An open API service indexing awesome lists of open source software.

https://github.com/devhammed/downbook

Download your favorite Programming Ebooks for FREE!
https://github.com/devhammed/downbook

Last synced: 12 months ago
JSON representation

Download your favorite Programming Ebooks for FREE!

Awesome Lists containing this project

README

          

# downbook

Download your favorite Programming Ebooks for FREE!

## Usage

You can use DownBook immediately using NPX if you are using NPM 5+

```sh
npx downbook SEARCH_QUERY
```

or you can install it globally if you want to skip NPX cache or you are using an old version of NPM using:

```sh
npm i -g downbook
```

and run with

```sh
downbook SEARCH_QUERY
```

## Inspirations
This tool is inspired by libgenesis.

## Copyrights
This tool is provided under the MIT License by [Hammed Oyedele](https://github.com/devhammed).