Species occurrence deduplication API
http://comingsoon...
This is a Ruby Sinatra app, so you need Ruby (@scott using Ruby v2.3.0dev
).
git clone git@github.com:idigbio-api-hackathon/dedup.git
cd dedup
bundler install
Run thin start
, then hit http://localhost:3000
/
(redirects to /heartbeat
)/heartbeat
(GET
)/dups
(POST
)using http instead of curl
http --follow localhost:3000
{
"routes": [
"/heartbeat (GET)",
"/dups (POST)"
]
}
http localhost:3000/dups < test_notpretty.json