Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocicerchia committed Nov 2, 2013
1 parent 7831019 commit 914feb3
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .gitignore
@@ -1,2 +1,24 @@
# Node.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules

# Mixed
.*.swp
npm-debug.log

# Project
tests/cases/*.tst
vendor
report/*
25 changes: 25 additions & 0 deletions .npmignore
@@ -0,0 +1,25 @@
# Node.js
lib-cov
*.seed
*.log
*.csv
*.dat
*.out
*.pid
*.gz

pids
logs
results

npm-debug.log
node_modules

# Mixed
.*.swp
.git
npm-debug.log

# Project
tests/cases/*.tst
report/*
5 changes: 5 additions & 0 deletions README.md
@@ -1,5 +1,10 @@
# SPIDEY

[![Build Status](https://secure.travis-ci.org/fabiocicerchia/spidey.png)](http://travis-ci.org/fabiocicerchia/spidey)
[![Dependency Status](https://gemnasium.com/fabiocicerchia/spidey.png)](https://gemnasium.com/fabiocicerchia/spidey)

[![NPM](https://nodei.co/npm/spidey.png?downloads=true)](https://nodei.co/npm/spidey/)

Web Crawler in Node.js to spider dynamically whole websites.

It helps you to map / process entire websites, spidering them and parsing each
Expand Down
Empty file added report/.gitkeep
Empty file.
Empty file added tests/cases/.gitkeep
Empty file.

0 comments on commit 914feb3

Please sign in to comment.