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

https://github.com/msmesnik/layover

A small http server that adds an overlay to uploaded images
https://github.com/msmesnik/layover

Last synced: over 1 year ago
JSON representation

A small http server that adds an overlay to uploaded images

Awesome Lists containing this project

README

          

# layover
## Running
```
yarn install
yarn run start
```

This will start an HTTP server listening on port 3000 (configurable).

## Configuration
Either via `.yml` files in the `config/` directory or via env vars (see `config/custom-environment-variables.yml` for a list of available env vars).

## Testing
```
yarn run test
```