Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

StackEdit WordPress Proxy
=========================

WordPress proxy for StackEdit. Supports WordPress REST API v1.

**Usage:**

npm install
node server.js

Deploy 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/).