nekos.rb
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.