$ git clone https://github.com/romarioraffington/react-myreads.git
$ npm install
$ npm start
$ npm test
$ npm run coverage
$ npm run build
The backend API uses a fixed set of cached search results and is limited to a particular set of search terms, which can be found in SEARCH_TERMS.md. That list of terms are the only terms that will work with the backend, so don't be surprised if your searches for Basket Weaving or Bubble Wrap don't come back with any results.
Feel free to submit a pull requests! For specifics on how to contribute to this project, check out the contributing file.
My Reads is released under the MIT License.