Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/benweet/stackedit-wordpress-proxy
Wordpress proxy for StackEdit
https://github.com/benweet/stackedit-wordpress-proxy
Last synced: 2 months ago
JSON representation
Wordpress proxy for StackEdit
- Host: GitHub
- URL: https://github.com/benweet/stackedit-wordpress-proxy
- Owner: benweet
- Created: 2013-05-15T19:56:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T19:56:08.000Z (over 10 years ago)
- Last Synced: 2024-08-01T12:34:01.151Z (4 months ago)
- Language: JavaScript
- Size: 126 KB
- Stars: 8
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - benweet/stackedit-wordpress-proxy - Wordpress proxy for StackEdit (others)
README
StackEdit WordPress Proxy
=========================WordPress proxy for StackEdit. Supports WordPress REST API v1.
**Usage:**
npm install
node server.jsDeploy on Heroku
----------------- Create the application:
heroku create
- Rename the application:
heroku apps:rename stackedit-wordpress-proxy
- Specify application's consumer key / secret key:
heroku config:add OAUTH_CLIENT_ID=abc OAUTH_CLIENT_SECRET=xyz REDIRECT_URI=https://stackedit.io/html/wordpress-oauth-client.html
- Push changes to Heroku:
git push heroku master
> Written with [StackEdit](http://benweet.github.io/stackedit/).