companyhouselookup

Company House Lookup microservice

License

License

GroupId

GroupId

io.github.parj
ArtifactId

ArtifactId

companyhouselookup
Last Version

Last Version

0.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

companyhouselookup
Company House Lookup microservice
Project URL

Project URL

https://github.com/parj/companyhouselookup
Source Code Management

Source Code Management

https://github.com/parj/companyhouselookup

Download companyhouselookup

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.parj/companyhouselookup/ -->
<dependency>
    <groupId>io.github.parj</groupId>
    <artifactId>companyhouselookup</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.parj/companyhouselookup/
implementation 'io.github.parj:companyhouselookup:0.0.2'
// https://jarcasting.com/artifacts/io.github.parj/companyhouselookup/
implementation ("io.github.parj:companyhouselookup:0.0.2")
'io.github.parj:companyhouselookup:jar:0.0.2'
<dependency org="io.github.parj" name="companyhouselookup" rev="0.0.2">
  <artifact name="companyhouselookup" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.parj', module='companyhouselookup', version='0.0.2')
)
libraryDependencies += "io.github.parj" % "companyhouselookup" % "0.0.2"
[io.github.parj/companyhouselookup "0.0.2"]

Dependencies

compile (4)

Group / Artifact Type Version
com.konghq : unirest-java jar 3.7.02
org.slf4j : slf4j-api jar 1.7.30
ch.qos.logback : logback-classic jar 1.2.3
ch.qos.logback : logback-core jar 1.2.3

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.6.2

Project Modules

There are no modules declared in this project.

CircleCI DepShield Badge codecov Kritika Analysis Status

FOSSA Status

Introduction

This is a pet project that I have written to integrate with the UK company house -> https://beta.companieshouse.gov.uk/search/companies

To get this compiled on your PC

Pre-requisities

You need

Compilation steps

  • Clone the code
  • Set environment variable - API_COMPANYHOUSE_KEY with the api key. Example for Unix - export API_COMPANYHOUSE_KEY='mylovelykey'. For Windows - set API_COMPANYHOUSE_KEY="mylovelykey"
  • Run ./mvnw package.

Versions

Version
0.0.2