# nodejs-airdrop

> A simple airdrop like application, run the nodejs server and you can transfer files accross any device

Latest version **0.9.5** (published 2020-09-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install nodejs-airdrop
pnpm add nodejs-airdrop
yarn add nodejs-airdrop
bun add nodejs-airdrop
```

Provides the command `nodemon`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.9.5 |
| Published | 2020-09-03 |
| First published | 2020-09-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Unpacked size | 44.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Conner Maddalozzo |
| Maintainers | lozzoc |
| Keywords | nodejs, airdrop, file, transfer, fileshare, toy |

## Links

- npm: https://www.npmjs.com/package/nodejs-airdrop
- npm.io page: https://npm.io/package/nodejs-airdrop

## Dependencies (3)

- [express](https://npm.io/package/express.md) ^4.17.1
- [express-fileupload](https://npm.io/package/express-fileupload.md) ^1.2.0
- [express-handlebars](https://npm.io/package/express-handlebars.md) ^5.1.0

## Alternatives

- [unionfs](https://npm.io/package/unionfs.md) — 2.2M weekly downloads
- [path-starts-with](https://npm.io/package/path-starts-with.md) — 35.9K weekly downloads
- [redzip](https://npm.io/package/redzip.md) — 1.2K weekly downloads
- [vscode-anymatch](https://npm.io/package/vscode-anymatch.md) — 848 weekly downloads
- [@ledgerhq/coin-filecoin](https://npm.io/package/@ledgerhq/coin-filecoin.md) — 793 weekly downloads

## Recent versions

- 0.9.5 (latest) — 2020-09-03

## README

Welcome, run this software on your develpment enviroment.

#### requirements

Must be able to run nodejs packages.

### Capabilities

exchange files between all of your devices, with your nodejs server you can upload and download files. to get files from computer to phone its simple, to get files from a phone to someone elses phone you could use social media but it might be faster to zip them all up, upload them to the nodejs server and download them.

there is 1 reserved word and its called upload

# How to run

```
git clone https://github.com/lozzoc/nodejs-airdrop.git
npm install
npm start
```

you can use enviroment variables or command line arguments. enviroment variables take preference.

```
npm install -g airdropjs
export port=1234 folder=../stuff && airdropjs
//or you can use command line
airdropjs -p 1234 -f ../stuff
```


### how to use

- visit http://url/ to view a list of links of all the files in your download folder
- visit http://url/upload to upload your own files to the javascript server for distribution or whatever

---
_Source: https://npm.io/package/nodejs-airdrop · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
