Skip to content

floraison/flack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f675796 · Mar 7, 2024
Mar 7, 2024
Mar 27, 2021
Mar 27, 2021
Mar 29, 2023
Mar 29, 2023
Sep 12, 2016
Mar 28, 2023
Mar 29, 2023
May 27, 2017
Mar 28, 2023
Mar 7, 2024
Mar 29, 2023
Nov 24, 2021
Sep 27, 2016
Mar 28, 2021

Repository files navigation

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