Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clients for the progressbr web service.

Basic Usage

Create new progress bar (with range 0-100):

uuid=$(cli/pbr create 100)

Update progress:

# ... (do some work)
cli/pbr update $uuid 0 10

# ... (do some more work)
cli/pbr update $uuid 10 20

# ...

You can check the progress at the following url:

http://progressbr.herokuapp.com/progress/<uuid>

About

Clients for the progressbr web service

Resources

Stars

1 star

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages