Skip to content

sbasile-ch/api-go-lucky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
  • ...

About

testing GO and API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published