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

https://github.com/zweifisch/drop-me-the-file

utils allowing others to send you files
https://github.com/zweifisch/drop-me-the-file

Last synced: about 2 months ago
JSON representation

utils allowing others to send you files

Awesome Lists containing this project

README

        

utils allowing others to send you files

## install

install as nodejs module
```sh
npm install -g drop-me-the-file
```

## usage

```sh
drop-me-the-file
```

to specify a port
```sh
PORT=8000 drop-me-the-file
```