0.9.5 • Published 4 years ago

airdropjs v0.9.5

Weekly downloads
1
License
ISC
Repository
-
Last release
4 years ago

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