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
- Host: GitHub
- URL: https://github.com/msmesnik/layover
- Owner: msmesnik
- Created: 2018-04-14T22:30:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T10:24:24.000Z (about 8 years ago)
- Last Synced: 2025-01-29T04:22:33.534Z (over 1 year ago)
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```