Skip to content

aren55555/corroborate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

corroborate

A command line tool and GUI that determines whether JSON payloads are in compliance with the JSON API specification. If the JSON is not compliant this tool will indicate the reason why.

The underlying validations of this tool are provided by github.com/aren55555/jsonapivalidator; which has been it has been compiled to JS via GopherJS.

Build

GUI

Prebuilt

corroborate.arenpatel.com

From Dockerhub

docker run -d -p 8080:80 aren55555/corroborate

From Source

To build the GUI you should have Docker, Go and GopherJS installed.

go get -u github.com/aren55555/jsonapivalidator
cd $GOPATH/src/github.com/aren55555/jsonapivalidator/js
./docker-build

./docker-start
# GUI running
./docker-stop

About

A GUI validator tool for the JSON API specification

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published