node-snapdrop icon indicating copy to clipboard operation
node-snapdrop copied to clipboard

Node.js version of the original Snapdrop

node-snapdrop CodeQL

Just the original Snapdrop, with complete Node.js server.

How to run

Download the repository in a folder, cd it, install all dependencies with npm i and use this command: node index.js.

Run within your ip

Use this command, instead, to run not locally but in your public "sharable" ip: node index.js public.
Make sure to check your ip address using your OS command.

How to contribute

Feel free to open an issue or a pull request but follow Contributing Guidelines.