Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 534 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 534 Bytes

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)