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
- Host: GitHub
- URL: https://github.com/sgerrand/ex_companies_house
- Owner: sgerrand
- License: mit
- Created: 2024-09-26T16:11:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-30T14:56:01.000Z (over 1 year ago)
- Last Synced: 2024-10-30T15:39:55.086Z (over 1 year ago)
- Topics: api-client, companies-house, elixir-package, hex-package
- Language: Elixir
- Homepage: https://hexdocs.pm/companies_house
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CompaniesHouse
[](https://hex.pm/packages/companies_house) [](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).