Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 858 Bytes

File metadata and controls

27 lines (16 loc) · 858 Bytes

ACID-RESTful-OA

Webapp for testing RESTful Open Annotation (OA) / JSON-LD servers

How to use: https://acid-restful-oa.herokuapp.com/

Status: very premature stuff

Features:

Development

The dev stack is Node.js, React, and Express.js. The application is written in vanilla JavaScript.

The master branch contains deployables under public/dist and works out of the box to work locally or to deploy on Heroku. Just execute:

npm start

The develop branch contains no deployables. Start the application with:

npm run watch