https://github.com/ettomatic/gos
https://github.com/ettomatic/gos
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ettomatic/gos
- Owner: ettomatic
- Created: 2013-07-26T07:23:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T07:34:02.000Z (almost 13 years ago)
- Last Synced: 2025-06-24T19:14:39.834Z (about 1 year ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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" } }'