Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 945 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 945 Bytes

##What it does?

It's a simple nodejs server which uploads a file to user dropbox and then generates some stat based on that file and also it sends the uploaded file link and stat(s) to Predefind Email list and Whatsapp contacts. Special thanks to tgalal for his Awesome Whatsapp Hack!

##Demo http://162.243.109.90:8080/

##What is the need for this?

It lets you simuntaneously let every friend or co-worker access the File(s) you shared without the need of sending individual Emaiil or Whatsapp .. it automates this task for you.

##Dropbox access Tokens

Follow this guide here

Prerequiste NPM packages

  • express
  • dropbox
  • multipart
  • http
  • fs
  • sys
  • emailjs
  • url

TODO

  • Store Email/Contacts list in redis.
  • Provide some auth layer.
  • Copy Files in Friends (directly) Dropbox.