Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
masonkmeyer committed Aug 27, 2022
1 parent 88a6641 commit c831b6b
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,18 @@
# nationalize
[![Go Report](https://goreportcard.com/badge/github.com/masonkmeyer/nationalize)](https://goreportcard.com/badge/github.com/masonkmeyer/nationalize)
![Build](https://github.com/masonkmeyer/nationalize/actions/workflows/build.yml/badge.svg)

# Nationalize

Nationalize is a go client for the [nationalize.io](https://nationalize.io/) API.


## Examples

You can use this library to call the API client.

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

This client also supports batch predictions.

0 comments on commit c831b6b

Please sign in to comment.