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

https://github.com/metrue/fx-bin

binaries of f(x)
https://github.com/metrue/fx-bin

Last synced: 2 months ago
JSON representation

binaries of f(x)

Awesome Lists containing this project

README

        

fx
------

Poor man's function as a service.

## Installation

* client:

```
$ wget https://raw.githubusercontent.com/metrue/fx-bin/master/client/fx -O /usr/local/bin/fx
$ chmod +x /usr/local/bin/fx
```

* server:

```
$ wget https://raw.githubusercontent.com/metrue/fx-bin/master/server/fx -O /usr/local/bin/fx-server
$ chmod +x /usr/local/bin/fx-server
```