Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 872 Bytes

README.md

File metadata and controls

40 lines (22 loc) · 872 Bytes

flack

tests Gem Version

Flack is a Rack app for the flor workflow engine.

test ride

make migrate
make start
open http://localhost:7007/

Warning: this serves an API, not some fancy web interface.

api

Based on HAL (spec and draft), URI Template, and CURIE.

in a rack app

map '/flack' do

  run Flack::App.new('flor/')
    # starts a flack app whose flor unit uses the tree at flor/
end

license

MIT, see LICENSE.txt