项目作者: devfake

项目描述 :
Search reading time for a book
高级语言: SCSS
项目地址: git://github.com/devfake/years-to-read.git
创建时间: 2018-08-06T20:06:10Z
项目社区:https://github.com/devfake/years-to-read

开源协议:

下载


Years To Read

Open Source Helpers

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.

Years To Read

Requirements

Installation

  • Clone this repo
  • Copy .env.example to .env and enter your GOOGLE_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