A go client library for NearlyFreeSpeech's api.
go get github.com/adamdecaf/go-nfs
You need the following environment variables set:
NFS_ACCOUNT_ID
NFS_API_KEY
NFS_LOGIN
$ go get github.com/adamdecaf/go-nfs
$ cd go-nfs
$ go build .
$ go test -v .
Apache License 2.0 See LICENSE for details.