UNPKG
website
Version:
latest (0.1.1)
0.1.1
0.1.0
A set of tools for extracting information out of a website.
website
/
test
/
index.js
14 lines
(12 loc)
•
261 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/* * website * Tools for extracting information out of a website. * * Licensed under the MIT: * http://www.opensource.org/licenses/mit-license.php * * Copyright (c) 2013, André König (andre.koenig@gmail.com) * */
'use strict'
;
require
(
'./title'
)();