dropbox-syncer
v0.1.0
Published
Respond to a Dropbox webhook call and perform a sync
Readme
Dropbox Sync
DROPBOX_APP_ID=xxx DROPBOX_ACCESS_TOKEN=xxx DROPBOX_SECRET=xxx DROPBOX_REMOTE_FOLDER_PATH=/www/ DROPBOX_LOCAL_FOLDER_PATH="`pwd`/www" DROPBOX_SYNC_STATE_FOLDER_PATH="`pwd`/state" node bin/server.js