An open API service indexing awesome lists of open source software.

https://github.com/samccone/wordpress-to-tumblr

nodejs wordpress-to-tumblr importer
https://github.com/samccone/wordpress-to-tumblr

Last synced: 3 months ago
JSON representation

nodejs wordpress-to-tumblr importer

Awesome Lists containing this project

README

          

TODO:
* add post tags
* make s3 assests public

touch keys.js

exports.keys = {
consumerKey: "????????",
consumerSecret: "???????",
callbackURL: "http://0.0.0.0:9000/oauth"
}

exports.s3_keys = {
bucket: "??????",
access_key_id: "???????",
secret_access_key: "?????"
}

npm install
coffee -wc .
node server