Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 377 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 377 Bytes

Zappos API Gifting Project

Developer Specific:

You need to make a file named "keys.js" with the following developer specific information:

module.exports = {
	zappos: '<zappos api key>'
	, mongoPass: '<mongodb password>'
	, mongoUser: '<mongodb username>'
	, mongoDB: '<mongodb database address w/o the @' 
	, sendgrid: '<sendgird id>' // not required
}