Datamuse Rhyming Dictionary Client 0.1.0 Released
I’ve released my first pass a Ruby client for Datamuse’s API. See the gem on github and rubygems.
Datamuse.new(rhymes_with: "thanks", max: 3).get_rhymes.map(&:word)
=> ["manx", "banks", "ranks"]
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
I’ve released my first pass a Ruby client for Datamuse’s API. See the gem on github and rubygems.
Datamuse.new(rhymes_with: "thanks", max: 3).get_rhymes.map(&:word)
=> ["manx", "banks", "ranks"]
Post a comment