Skip to content

kioqq/wheelytask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wheelytask

  1. make build_containers // build docker containers
  2. docker-compose up // up services

API: GET request for price with example JSON payload

curl --request GET \
  --url 'http://localhost:4567/get_price?=' \
  --header 'content-type: application/json' \
  --data '{
	"start_point" : {
		"lat" : 55.737142,
		"long": 37.532897
	},
	"end_point" : {
		"lat" : 55.760672,
		"long": 37.626933
	}
}'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors