forked from Bellisario/node-snapdrop
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
13,064 additions
and
1,586 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -102,3 +102,5 @@ dist | |
|
||
# TernJS port file | ||
.tern-port | ||
|
||
out |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,6 @@ | ||
# node-snapdrop-electron | ||
Just the original [Snapdrop](https://github.com/RobinLinus/Snapdrop), with complete Node.js server. | ||
Just the original [Snapdrop](https://github.com/RobinLinus/Snapdrop), with complete Node.js server and as an Electron App. | ||
|
||
> **Warning**\ | ||
> Due to [Heroku Free Plan Shutdown](https://github.com/Bellisario/node-snapdrop/issues/15), node-snapdrop server has changed and can now be reached [here](https://node-snapdrop.onrender.com).\ | ||
> Old server will be kept (without any code update) until November 28, 2022, then it will be shutdown by Heroku. | ||
|
||
## Uses LAN fix from https://github.com/DrBassman/node-snapdrop/ | ||
|
||
## Getting started | ||
|
||
To get started, clone and cd the repo: | ||
|
||
```bash | ||
git clone https://github.com/Bellisario/node-snapdrop.git && cd node-snapdrop | ||
``` | ||
|
||
Install all dependencies with NPM: | ||
|
||
```bash | ||
npm install | ||
``` | ||
|
||
Start the server with: | ||
|
||
```bash | ||
node index.js | ||
``` | ||
|
||
### Public Run | ||
|
||
If you want to run in your public "sharable" IP instead of locally, you can use this command: | ||
|
||
```bash | ||
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](https://github.com/Bellisario/node-snapdrop/issues/new/choose) or a [pull request](https://github.com/Bellisario/node-snapdrop/pulls) but follow [Contributing Guidelines](https://github.com/Bellisario/node-snapdrop/blob/main/CONTRIBUTING.md). |
Oops, something went wrong.