Application to interact with the Companies House APIs.
It allows to register for alerts anytime a change in the data of the registerird-for Company occurs.
- Make sure your
GOPATH
environment variable is set and itsbin
subdirectory is included inPATH
e.g.:
export GOPATH=${GOPATH:-$HOME/go}
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
- Install:
go get github.com/sbasile-ch/api-go-lucky
api-go-lucky
The essential configuration item is:
export MY_CH_API=<your CH API key>
- Add alert trigger and logging/display Panel
- Add History Panel
- Add tests
- Add validation
- Add Authentication
- ...