Sha256: 0990e557904d371ceaaf8cf4b365f2e28dbea69f12154e88e305fa7cbe9bcb5c

Contents?: true

Size: 834 Bytes

Versions: 1

Compression:

Stored size: 834 Bytes

Contents

# crtsh

[![Build Status](https://travis-ci.org/ninoseki/crtsh.svg?branch=master)](https://travis-ci.org/ninoseki/crtsh)
[![Coverage Status](https://coveralls.io/repos/github/ninoseki/crtsh/badge.svg?branch=master)](https://coveralls.io/github/ninoseki/crtsh?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/ninoseki/crtsh/badge)](https://www.codefactor.io/repository/github/ninoseki/crtsh)

[crt.sh](https://crt.sh) API client for Ruby.

## Installation

```bash
gem install crtsh-rb
```

## Usage

```ruby
require "crtsh"

api = Crtsh::API.new
res = api.search("crt.sh")
```

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/ninoseki/crtsh.

## License

The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
crtsh-rb-0.1.0 README.md