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

https://github.com/msz/annotator-example

A small app using annotator.js
https://github.com/msz/annotator-example

Last synced: 17 days ago
JSON representation

A small app using annotator.js

Awesome Lists containing this project

README

          

# Requirements
* Python
* Flask

# Running
```
$ export FLASK_APP=app.py
$ flask run
```