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

https://github.com/bigbluehat/web-annotation-protocol-server

Web Annotation Protocol Server (very basic!)
https://github.com/bigbluehat/web-annotation-protocol-server

annotation api protocol python2 web wptserve

Last synced: about 1 month ago
JSON representation

Web Annotation Protocol Server (very basic!)

Awesome Lists containing this project

README

          

# Web Annotation Protocol Server

This very basic [wptserve]()-based server supports the core features of the
[Web Annotation Protocol]() specification (no more, no less).

## Usage

```
$ pip install -r requirements.txt
$ python index.py
```

Visit `http://localhost:8080/`.

## Caution

This is a world-write-able server. There's zero security. It writes to disk. Proceed with appropriate caution.

## License

MIT