Webapp for testing RESTful Open Annotation (OA) / JSON-LD servers
How to use: https://acid-restful-oa.herokuapp.com/
Status: very premature stuff
Features:
- Simple JSON-LD Schema validation using this schema
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 startThe develop branch contains no deployables. Start the application with:
npm run watch