/go-nfs

NearlyFreeSpeech Golang Client Library

Primary LanguageGoApache License 2.0Apache-2.0

go-nfs

GoDoc Build Status Go Report Card Apache 2 licensed

A go client library for NearlyFreeSpeech's api.

Api Docs

Getting / Usage

go get github.com/adamdecaf/go-nfs

Building / Testing

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 .

License

Apache License 2.0 See LICENSE for details.