Project

nekos

0.0
No commit activity in last 3 years
No release in over 3 years
A gem that utilizes the nekos.life API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.10
= 0.8.0
= 0.49.1

Runtime

 Project Readme

nekos.rb

Gem Version Gem Downloads Travis Inline docs Docs

A wrapper gem for the nekos.life API.

Dependencies

Installation:

gem install nekos

Example

require 'nekos'
nekos = NekosLife::Client.new
nekos.avatar             # "https://cdn.nekos.life/avatar/avatar_54.png"
nekos.chat 'hello', true # "Gweetinygs >w< "

Contributing

You should always run these two things in terminal (and use common sense!):

rubocop
inch suggest

License

The contents of this repository are licensed under the MIT license. A copy of the MIT license can be found in LICENSE.md.