Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/benweet/stackedit-tumblr-proxy
- Owner: benweet
- Created: 2013-04-28T20:59:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T20:00:34.000Z (over 10 years ago)
- Last Synced: 2024-10-13T16:49:02.981Z (3 months ago)
- Language: JavaScript
- Size: 145 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - benweet/stackedit-tumblr-proxy - Tumblr proxy for StackEdit (others)
README
StackEdit Tumblr Proxy
======================Tumblr proxy for StackEdit. Supports Tumblr API v2.
**Usage:**
npm install
node server.jsDeploy 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