seraphimhj / scrapeNodeIO

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ScrapeNodeIO

scrape page with node.io

Install

$ npm install

Run

$ node ./

Project Directory

|- app.js
|- routes.js
|- package.json
|- views/
 |- layout.html
 |- index.html
 |- error.html
 |- task/
  |- edit.html
|- public/
 |- images/
 |- styles/
|- controllers/
 |- home.js
 |- task.js
|- models/
 |- db.js
 |- task.js
|- node_modules/

About


Languages

Language:CoffeeScript 84.4%Language:JavaScript 15.6%