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

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

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!