Project

flack

0.01
No release in over a year
A web front-end to the flor workflow engine
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3

Runtime

>= 0
>= 1.6, < 3.0
 Project Readme

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