neilnand / DemoDropboxNodeJS

Demo of NodeJS reading files in DropBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DemoDropboxNodeJS

  • Demo of NodeJS reading files in DropBox.

Dropbox

Markdown

XML

Instructions
  1. download this repository and install dependencies

     $ git clone git@github.com:neilnand/DemoDropboxNodeJS.git
     $ cd DemoDropboxNodeJS
     $ npm install
    
  2. start server

     $ grunt
    
  3. live updates - watch for changes

     ## Run in another Terminal window
     $ grunt devwatch
    
  4. open up web browser to:

     ## http://localhost:3000
    

About

Demo of NodeJS reading files in DropBox


Languages

Language:CoffeeScript 78.1%Language:HTML 15.0%Language:CSS 6.9%