A wrapper gem for the nekos.life API.
gem install nekos
require 'nekos'
nekos = NekosLife::Client.new
nekos.avatar # "https://cdn.nekos.life/avatar/avatar_54.png"
nekos.chat 'hello', true # "Gweetinygs >w< "
You should always run these two things in terminal (and use common sense!):
rubocop
inch suggest
The contents of this repository are licensed under the MIT license. A copy of the MIT license can be found in LICENSE.md.