Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/benweet/stackedit-tumblr-proxy

Tumblr proxy for StackEdit
https://github.com/benweet/stackedit-tumblr-proxy

Last synced: 2 months ago
JSON representation

Tumblr proxy for StackEdit

Awesome Lists containing this project

README

        

StackEdit Tumblr Proxy
======================

Tumblr proxy for StackEdit. Supports Tumblr API v2.

**Usage:**

npm install
node server.js

Deploy on Heroku
----------------

- Create the application:

heroku create

- Rename the application:

heroku apps:rename stackedit-tumblr-proxy

- Specify application's consumer key / secret key:

heroku config:add OAUTH_CONSUMER_KEY=abc OAUTH_CONSUMER_SECRET=xyz OAUTH_REDIRECT_URL=http://localhost/html/tumblr-oauth-client.html

- Push changes to Heroku:

git push heroku master