Skip to content
This repository was archived by the owner on Jun 8, 2019. It is now read-only.

Latest commit

 

History

History
18 lines (12 loc) · 273 Bytes

File metadata and controls

18 lines (12 loc) · 273 Bytes

upcase-diff-parser

Simple JSON API for diff file formats. Post a diff and get back a JSON representation.

Usage

PORT=3000 cabal run

Then use curl to POST diffs! Wow!

How to run tests

cabal configure --enable-tests && cabal build && cabal test