Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 607 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 607 Bytes

New York Times Best Sellers

This best sellers list is built with the New York Times & Google Books APIs!

Read the tutorial on Medium.

View a demo at CodePen.

Getting Started

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
}