Skip to content

Instantly share code, notes, and snippets.

@abhisheksoni27
Created July 3, 2018 13:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abhisheksoni27/62e635575ca1467711349c1a1ba91a7b to your computer and use it in GitHub Desktop.
Save abhisheksoni27/62e635575ca1467711349c1a1ba91a7b to your computer and use it in GitHub Desktop.
const GOODREADS_KEY = process.env.GOODREADS_KEY;
const cors = "https://cors-anywhere.herokuapp.com/";
const goodreads = "https://www.goodreads.com/";
const goodreadsURL = cors + goodreads + "search/index.xml?";
const bookURL = cors + goodreads + "book/show.xml?";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment