Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 404 Bytes

Quizlet

RESTful API for fetching random multiple choice quiz questions from a Google Spreadsheet using node.js and express.

Here's the format the spreadsheet needs to be in.

kwiz_xls.png

Grab the key of the google spreadsheet, and pass it as an environment variable or a config parameter (if you are using heroku).

GOOGLE_SPREADSHEET_KEY=INSERT_YOUR_KEY foreman start