Skip to content

bryanp/proc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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