0.2.0 • Published 8 years ago

autotoc v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Simple web-scraping and module packaging demo. Generates a table of contents by spidering from a given URL.

Usage

As a command line tool

npm install -g autotoc
autotoc http://hgc.io

As a library

npm install autotoc --save
const autotoc = require('autotoc');
autotoc('http://hgc.io').then(autotoc.consolePrinter, err => console.log(err));

Development

git clone
cd autotoc
npm install

To regenerate the client-side UMD version:

npm install -g browserify
browserify autotoc.js -s autotoc -o browser/scripts/autotoc.js
0.2.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago