github.com/dsymonds/nfsn

NearlyFreeSpeech.NET API for Go


Keywords
api, go, nearlyfreespeech, nfsn
License
MIT
Install
go get github.com/dsymonds/nfsn

Documentation

This is a Go package for interacting with the NearlyFreeSpeech.NET API.

GoDoc

This is at a very early stage.

Configuration

You need to put auth information in $HOME/.nfsn-api that looks like

{"login": "xxx", "api-key": "yyy"}

The API key needs to be obtained from NFSN via a secure support request.