An open API service indexing awesome lists of open source software.

https://github.com/sgerrand/ex_companies_house

Elixir client for the Companies House API
https://github.com/sgerrand/ex_companies_house

api-client companies-house elixir-package hex-package

Last synced: 10 months ago
JSON representation

Elixir client for the Companies House API

Awesome Lists containing this project

README

          

# CompaniesHouse

[![Hex Version](https://img.shields.io/hexpm/v/companies_house.svg)](https://hex.pm/packages/companies_house) [![Hex Docs](https://img.shields.io/badge/docs-hexpm-blue.svg)](https://hexdocs.pm/companies_house/)

An Elixir client for the [Companies House
API](https://developer.companieshouse.gov.uk/).

## Installation

The package can be installed by adding `companies_house`
to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:companies_house, "~> 0.1.0"}
]
end
```

## License

CompaniesHouse is [released under the MIT license](LICENSE).