Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 982 Bytes

README.md

File metadata and controls

47 lines (34 loc) · 982 Bytes

API GO lucky

alt text

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.

Requirements

Getting Started

  1. Make sure your GOPATH environment variable is set and its bin subdirectory is included in PATH e.g.:
export GOPATH=${GOPATH:-$HOME/go}
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
  1. Install:
go get github.com/sbasile-ch/api-go-lucky
api-go-lucky

Configuration

The essential configuration item is:

export MY_CH_API=<your CH API key>

TODO

  • Add alert trigger and logging/display Panel
  • Add History Panel
  • Add tests
  • Add validation
  • Add Authentication
  • ...