Skip to content

hugoabonizio/bojack.cr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoJack client Build Status

A Crystal shard client for BoJack key-value store.

Installation

Add this to your application's shard.yml:

dependencies:
  bojack:
    github: hugoabonizio/bojack.cr

Usage

require "bojack-client"

client = BoJack::Client.new
client.set("foo", "bar")
puts client.get("foo")

Development

TODO: Write development instructions here

Contributing

  1. Fork it ( https://github.com/hugoabonizio/bojack/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

About

🐴 BoJack client as a Crystal shard

Resources

License

Stars

Watchers

Forks

Packages

No packages published