This best sellers list is built with the New York Times & Google Books APIs!
Read the tutorial on Medium.
View a demo at CodePen.
To use this repo, be sure to create a config.js file in the root directory. A config object should hold the keys you've created with the New York Times and Google Books.
var config = {
NYT_KEY : // NYTimes Key,
GOOGLE_BOOKS_KEY : // Google Books Key
}