Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamgeorgeson/companies_house
A Ruby client library for Companies House API - https://developer.companieshouse.gov.uk/api/docs/
https://github.com/adamgeorgeson/companies_house
Last synced: about 16 hours ago
JSON representation
A Ruby client library for Companies House API - https://developer.companieshouse.gov.uk/api/docs/
- Host: GitHub
- URL: https://github.com/adamgeorgeson/companies_house
- Owner: adamgeorgeson
- Created: 2015-07-23T10:44:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-24T08:42:59.000Z (over 9 years ago)
- Last Synced: 2023-08-05T17:45:19.089Z (over 1 year ago)
- Language: Ruby
- Size: 137 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Companies House Client
A Ruby gem for to communicate with [Companies House API](https://developer.companieshouse.gov.uk/api/docs/)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'companies_house'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install companies_house
## Usage
TODO: Write usage instructions here
## Contributing
1. Fork it ( https://github.com/adamgeorgeson/companies_house/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request