Skip to content

alex-rufo/kiwi-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go Kiwi

GoDoc Build Status

Summary

Unofficial Kiwi Go client library.

Installation

go get github.com/alex-rufo/kiwi-go

Documentation

Get flights

k := kiwi.New()
params := kiwi.Parameters{
    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