BookWormServer

Version, currently master branch1 version
  • master branchlatestFeb 13, 2019

github.com/zbaylin/BookWormServer

A central server for the BookWorm desktop app, responsible for issuing books, registering users, tracking copies, and more.

0 stars
0 dependents
License: MIT

Installation

# Add this to your shard.yml
dependencies:
  BookWormServer:
    github: zbaylin/BookWormServer
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
0.27.0
License
MIT
Author
Zach Baylin
Target
  • BookWormServer from src/BookWormServer.cr

Dependencies

Runtime Dependencies

  • kemal0.25.1github: kemalcr/kemal
  • slang*github: jeromegn/slang
  • crecto*github: fridgerator/crecto
  • sqlite3*github: crystal-lang/crystal-sqlite3
  • kemal-session*github: kemalcr/kemal-session

README

BookWormServer

A central server for the BookWorm desktop app, responsible for issuing books, registering users, tracking copies, and more.

Contributors