Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 374 Bytes

File metadata and controls

26 lines (16 loc) · 374 Bytes

Object changes

Handles json object changes and tracks their state over time.

Prerequisites

  • python
  • macOS or something unixy
  • pip

Installation

make install

Use

make web

Then point your browser to http://localhost:5000/

TODO

  • doesn't escape text - vulnerable to XSS
  • should probably use a database beyond sqlite
  • authentication
  • unit tests