Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 559 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 559 Bytes

Go Report Build

Nationalize

Nationalize is a go client for the nationalize.io API.

Examples

You can use this library to call the API client.

client := nationalize.NewClient()
prediction, rateLimit, err := client.Predict("michael")

This client also supports batch predictions.