bojack.cr v0.1.0

🐴 BoJack client as a Crystal shard

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

Repository

bojack.cr

Owner
Statistic
  • 6
  • 1
  • 0
  • 1
  • 1
  • over 7 years ago
  • August 24, 2016
License

MIT License

Links
Synced at

Mon, 06 May 2024 17:59:29 GMT

Languages