psbaruah / node-snapdrop

Node version of the original Snapdrop

Home Page:https://node-snapdrop.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-snapdrop CodeQL

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

Warning
Due to Heroku Free Plan Shutdown, node-snapdrop server has changed and can now be reached here.
Old server will be kept (without any code update) until November 28, 2022, then it will be shutdown by Heroku.

Getting started

To get started, clone and cd the repo:

git clone https://github.com/Bellisario/node-snapdrop.git && cd node-snapdrop

Install all dependencies with NPM:

npm install

Start the server with:

node index.js

Public Run

If you want to run in your public "sharable" IP instead of locally, you can use this command:

node index.js public

Remember to check your IP Address using your OS command to see where you can access the server.

How to contribute

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

About

Node version of the original Snapdrop

https://node-snapdrop.herokuapp.com

License:MIT License


Languages

Language:JavaScript 64.7%Language:HTML 19.1%Language:CSS 16.0%Language:Dockerfile 0.2%