years-to-read
years-to-read copied to clipboard
Search reading time for a book
Years To Read
https://years-to-read.pyxl.dev/ is a web app that tells you how long it will take you to read a book. It's build on top of Vue and Express and uses the Google Books API.
Requirements
- Node >= 9
- Google Books API-Key
Installation
- Clone this repo
- Copy
.env.example
to.env
and enter yourGOOGLE_API_KEY
Development
- Run
npm install
- Run
npm run build
- Start the Express server in a new tab via
node src/express.js
- Server will be running on
http://localhost:3000
Production Build
- Run
npm run prod