Skip to content

A redistribution of project Gutenberg. It includes English, not copyrighted ones.

License

Notifications You must be signed in to change notification settings

openderock/project-gutenberg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Gutenberg

A redistribution of project Gutenberg. It includes English, not copyrighted books.

Usage

The database.sqlitle contains an index from all existing items.

You can also generate the paths by the book ids yourselves:

import md5 from 'md5';

const hash = md5(bookId);
const path = `${hash[0]}/${hash[1]}/${hash[2]}/${hash}`;

Thanks to

  1. Project Gutenberg
  2. Gutendex

About

A redistribution of project Gutenberg. It includes English, not copyrighted ones.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published