/proc

Proc examples

Primary LanguageRubyMozilla Public License 2.0MPL-2.0

Examples for Proc, a low-code platform for easily building behavior and shipping it instantly.

Using Actions

Each of the actions in this repo are accessible through bryanp.bin.proc.run/{name}.

Check the health of proc:

Say hello to someone by name:

Increment a counter, then return the current value:

Create a single-use action (probably not available!):

Check the health of a given host:

Create a basic auth endpoint:

Deploying To Proc

Use the Proc CLI to deploy any of these examples:

proc deploy actions/hello.rb