Add blogger API to FCC and list 5 most recent blog posts on about page

This commit is contained in:
Michael Q Larson
2015-01-12 21:28:58 -08:00
parent a29408bacb
commit 4bdc3d34ad
4 changed files with 62 additions and 14 deletions

View File

@ -9,6 +9,10 @@ module.exports = {
secret: process.env.TRELLO_SECRET
},
blogger: {
key: process.env.BLOGGER_KEY,
},
mandrill: {
user: process.env.MANDRILL_USER,
password: process.env.MANDRILL_PASSWORD