Search reading time for a book
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.
.env.example
to .env
and enter your GOOGLE_API_KEY
npm install
npm run build
node src/express.js
http://localhost:3000
npm run prod