Skip to content

Commit

Permalink
added readMe
Browse files Browse the repository at this point in the history
  • Loading branch information
aomini committed Aug 13, 2019
1 parent 4ca4973 commit b92546f
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
6 changes: 5 additions & 1 deletion config/exampleKeys.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@ module.exports = {
googleClientID: "",
googleClientSecret: "",
mongoURI: "",
cookieKey: ""
cookieKey: "",
stripePublishable: "",
stripeSecret: "",
sendGrid: "",
surveyCallbackDomain: ""
};
8 changes: 8 additions & 0 deletions readMe
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Survey Emailer
Survey emailer is a platform which facilates the user to send mass emails to his/her target audience with a specific question. The users responses are recorded with the help of webhooks.

## Getting Started
You can check out the project by setting up your dev keys on `./config/dev.js`. Please reference `./config/exampleKeys.js` for keys object.

###

Empty file added readMe.md
Empty file.
15 changes: 0 additions & 15 deletions test.js

This file was deleted.

0 comments on commit b92546f

Please sign in to comment.