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

https://github.com/eggplants/tsumanne

API Wrapper for tsumanne.net
https://github.com/eggplants/tsumanne

Last synced: about 1 year ago
JSON representation

API Wrapper for tsumanne.net

Awesome Lists containing this project

README

          

# Tsumanne

[![Rake]](https://github.com/eggplants/tsumanne/actions/workflows/rake.yml)
[![Release Gem]](https://github.com/eggplants/tsumanne/actions/workflows/release.yml)
[![Gem Version]](https://badge.fury.io/rb/tsumanne)
[![Maintainability]](https://codeclimate.com/github/eggplants/tsumanne/maintainability)
[![Test Coverage]](https://codeclimate.com/github/eggplants/tsumanne/test_coverage)

[Rake]:
[Release Gem]:
[Gem Version]:
[Maintainability]:
[Test Coverage]:

API Wrapper for tsumanne.net

## Installation

```bash
gem install tsumanne
```

## Usage

See: [`spec/tsumanne_spec.rb`](spec/tsumanne_spec.rb)

## Development

```bash
# install dependencies
bundle

# check code with linter / formatter && run tests
rake
```

## Contributing

Bug reports and pull requests are welcome on GitHub at .

## License

The gem is available as open source under the terms of the [MIT License](https://github.com/eggplants/tsumanne/blob/master/LICENSE.txt).