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

https://github.com/ettomatic/gos


https://github.com/ettomatic/gos

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

To lanch service:

ruby boot.rb

To check response via shell:

curl -v -H "Accept: application/json" -H "Content-type: application/json" -k -X POST http://localhost:4567/quotes -d '{ "quote": {"pickup_postcode": "SW1A 1AA", "delivery_postcode": "EC2A 3LT", "vehicle": "car" } }'