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
- Host: GitHub
- URL: https://github.com/eggplants/tsumanne
- Owner: eggplants
- License: mit
- Created: 2023-08-29T20:14:16.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T08:41:52.000Z (over 1 year ago)
- Last Synced: 2024-11-30T20:12:13.332Z (over 1 year ago)
- Language: Ruby
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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).