neverything / liveblog

A Week of REST App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Live Blog
A simple, decoupled React app for live blogging in WordPress using the REST API
A Human Made project. Maintained by @joehoyle.

This React app allows for Live Blogging on a WordPress site using the REST API.

Requirements

Locally, this requires Node with npm.

The server you are connecting to requires the WP REST API v2 plugin to be active, and the OAuth 1.0a and Broker plugins to authenticate and use write methods.

Installation

This repository is a static site that connects to a REST API-powered site.

To run the application, clone the repository, install dependencies with npm install, then run npm start to run a local development server. This will start the application on port 3000, so access http://localhost:3000/ to view the application.

Contributing

Please feel free to fork and use this app on your own

License

This app is licensed under the MIT or later.

Credits

Created by Human Made for a Week of REST Conference.

Written by Ryan McCue & Joe Hoyle.


Interested in joining in on the fun? Join us, and become human!

About

A Week of REST App


Languages

Language:JavaScript 62.5%Language:CSS 34.9%Language:HTML 2.6%