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

https://github.com/cqse/fileupload-service

Binds to a port and accepts arbitrary files that will be stored on disk. Can optionally run a script for every uploaded file for further processing.
https://github.com/cqse/fileupload-service

Last synced: about 2 months ago
JSON representation

Binds to a port and accepts arbitrary files that will be stored on disk. Can optionally run a script for every uploaded file for further processing.

Awesome Lists containing this project

README

        

# Building [![Build Status](https://travis-ci.com/cqse/fileupload-service.svg?branch=master)](https://travis-ci.com/cqse/fileupload-service)

`gradlew assemble`

The result is under `build/distributions`

# Contributing

- Please update the CHANGELOG.md after each change. We use [semantic versioning][semver]
- Use pull requests and feature branches
- Every change must be reviewed
- Create a GitHub release if you want to release this. We use [semantic versioning][semver]

[semver]: https://semver.org/