/mini-config-thumbnail-generator

Generates thumbnails using Rackspace's Cloud API

Primary LanguageJavaScript

##MINI Config Thumbnail Generator

This project is built with NodeJs, Express & Babel 7.

#Credentials
The server looks for a configuration file named credentials.json which should contain the following:

{
    "rackspace": {
        "username": ...,
        "apiKey": ...
    },
    "mailgun": {
        "domain": ...,
        "apiKey": ...
    }
}

#Getting Started
Install the latest version of nodejs.
npm install
npm start

This will start the server on port 3000.