Skip to content

greengeko/kiwi-go

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Kiwi

Summary

Unofficial Kiwi Go client (wrapper).

Installation

go get github.com/greengeko/kiwi-go

Documentation

Get flights

k := kiwi.New()
params := kiwi.Parameters{
	Partner: "",
	FlyFrom: "BCN",
	To: "MAD",
}
resp, err := k.GetFlights(&params)

About

Go library for the Kiwi API. https://kiwi.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 99.1%
  • Makefile 0.9%