Skip to content

Memerator/memerator-sdk-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memerator API for Ruby

The official Ruby API library for Memerator.

Disclaimer

The gem is currently in Beta! Until you see that nice 1.0.0, expect bugs!

What the API has that this gem can't do yet:

  • Get top memes
  • Submit a meme
  • Other things probably, they don't pay me enough

Usage

Put this near the top of your ruby whatever:

require 'memerator'

Meme = Memerator.new(token: api_token)

Now, when you need to run a method, run Meme.method.

Example for getting profile.

"My username is #{Meme.profile.username}!"
# => "My username is Chew!"

Lost? allowsMultipleStreams?

We have a nice helpful support channel on our official Discord Server! Join with this link.

Documentation

Stuck? Know Ruby? Check out the documentation.

Contributing

We love contributors! Feel free to open a PR and we will review it.

But ruby sucks

no it's great