Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/liderman/go-kiwitaxi-api
Partner api to order taxi service - kiwitaxi
https://github.com/liderman/go-kiwitaxi-api
golang kiwitaxi kiwitaxi-api partner-api taxi taxi-data
Last synced: about 2 months ago
JSON representation
Partner api to order taxi service - kiwitaxi
- Host: GitHub
- URL: https://github.com/liderman/go-kiwitaxi-api
- Owner: liderman
- License: mit
- Created: 2016-11-06T13:04:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T15:59:08.000Z (over 7 years ago)
- Last Synced: 2024-06-20T13:34:52.352Z (7 months ago)
- Topics: golang, kiwitaxi, kiwitaxi-api, partner-api, taxi, taxi-data
- Language: Go
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-kiwitaxi-api
Golang implementation KiwiTaxi API.[![GoDoc](https://godoc.org/github.com/liderman/go-kiwitaxi-api?status.svg)](https://godoc.org/github.com/liderman/go-kiwitaxi-api)
This package implements the API partner for the service of the order of transfers across the world - [kiwitaxi](http://kiwitaxi.com).
Installation
-----------
go get github.com/liderman/go-kiwitaxi-apiUsage
-----------
Getting places:
```go
kiwitaxiApi := kiwitaxi.NewKiwitaxiApi("TOKEN")
places, err := kiwitaxiApi.Places()
```Requirements
-----------* Need at least `go1.5` or newer.
Documentation
-----------You can read package documentation [here](http:godoc.org/github.com/liderman/go-kiwitaxi-api).