Commit a1a4821bd547e1257c2506c9f0e0e5d0f93deb65
Add README
Anders Rune Jensen committed on 9/18/2017, 8:19:05 PMParent: 215d3b32a6bb5aa0f5d166070334bd181c4eba41
Files changed
README.md | added |
README.md | ||
---|---|---|
@@ -1,0 +1,20 @@ | ||
1 | +# ssb-dat-share | |
2 | + | |
3 | +Tries to find dat links and shares them automatically | |
4 | + | |
5 | +Usage (assuming you want to share from the dats folder): | |
6 | + | |
7 | +``` | |
8 | +node index.js -f ./dats | |
9 | +``` | |
10 | + | |
11 | +Gives: | |
12 | + | |
13 | +``` | |
14 | +Looking for dat links | |
15 | +Found 2 | |
16 | +Saving to: ./dats/50237519bcfec8c86632112906ee39c76004a3d4bbf1b342c0b2926f4af67d35 | |
17 | +Saving to: ./dats/64a10ea39416aceb6c5852d262c89edc1dfa95d4c3f1f838eb36c4cb2edffc2a | |
18 | +sharing: dat://50237519bcfec8c86632112906ee39c76004a3d4bbf1b342c0b2926f4af67d35 | |
19 | +sharing: dat://64a10ea39416aceb6c5852d262c89edc1dfa95d4c3f1f838eb36c4cb2edffc2a | |
20 | +``` |
Built with git-ssb-web