- Demo of NodeJS reading files in DropBox.
- https://www.npmjs.com/package/dropbox
- http://coffeedoc.info/github/dropbox/dropbox-js/master/classes/Dropbox/Client.html
-
download this repository and install dependencies
$ git clone git@github.com:neilnand/DemoDropboxNodeJS.git $ cd DemoDropboxNodeJS $ npm install -
start server
$ grunt -
live updates - watch for changes
## Run in another Terminal window $ grunt devwatch -
open up web browser to:
## http://localhost:3000