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.
- Node >= 9
- Google Books API-Key
- Clone this repo
- Copy
.env.example
to.env
and enter yourGOOGLE_API_KEY
- 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
- Run
npm run prod