One Paragraph of project description goes here
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
| /* | |
| * Edit these variables to suit your environment | |
| */ | |
| var blogs = ["x.tumblr.com", "y.tumblr.com", "z.tumblr.com"]; | |
| var apiKey = "**************************************************"; | |
| var databaseName = "node-blog"; | |
| var databaseHost = "localhost"; | |
| var databasePort = 27017; | |
| var databaseCollection = "posts"; |
This script performs the following actions:
This obviously assumes that your domain's DNS is hosted on Route 53. It also uses the AWS credentials and region for the environment it is executed in.