A tool to give you random books for your D&D loot. It also contains a json database of books from many different works of fiction.
npm install
ts-node --skip-project books.ts <parameter>
paramters:
> dupe - logs names of duplicate books
> log - logs number of books
> random # - prints # random books to the console
npm run serve
npm run build
npm run test
npm run lint