https://github.com/arunk140/quickpostwordpress
Quick Post for Wordpress
https://github.com/arunk140/quickpostwordpress
nodejs post wordpress wordpress-api
Last synced: about 2 months ago
JSON representation
Quick Post for Wordpress
- Host: GitHub
- URL: https://github.com/arunk140/quickpostwordpress
- Owner: arunk140
- Created: 2017-04-22T07:22:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-22T07:37:42.000Z (about 9 years ago)
- Last Synced: 2025-01-12T05:28:33.267Z (over 1 year ago)
- Topics: nodejs, post, wordpress, wordpress-api
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Post to Wordpress
Uses Express & Wordpress-API to create a faster post interface for Wordpress.
Useful when Bulk Posting Articles.
<>
## How to Setup! ##
* Clone the Repository
* Edit 'app.js' with Your Wordpress Credentials
* Run the following commands in a terminal
```
npm install
```
```
node app.js
```
* Open a Web Browser to http://localhost:3000/
* And Happy Quick Posting!