Skip to content
This repository was archived by the owner on Nov 30, 2019. It is now read-only.
/ kindly-rb Public archive

A small wrapper for Ruby-applications to integrate with Kindly

Notifications You must be signed in to change notification settings

kindly-ai/kindly-rb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kindly for Ruby

A small wrapper for Ruby-applications to integrate with Kindly.

To install the gem:

gem install kindly-rb

or

Add gem kindly-rb to your Gemfile

and run bundle install.

Now you're ready to start using the library:

require 'kindly-rb'

Kindly.config do |config|
    config.api_key = "YOUR API KEY HERE"
end

Kindly.send(user_id: "user123", message: "Hi bot!")

About

A small wrapper for Ruby-applications to integrate with Kindly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages