An open API service indexing awesome lists of open source software.

https://github.com/sandro/sidejob

Go background job runner
https://github.com/sandro/sidejob

Last synced: about 1 month ago
JSON representation

Go background job runner

Awesome Lists containing this project

README

        

Sidejob
======

Install
------

```
go get github.com/sandro/sidejob/...
```

Running jobs
-----------

```
sidejob
```

Running the web interface
-----------

```
sidejob web
```