UNPKG

article-parser

Version:

Extract clean article data from given URL.

7 lines (6 loc) 145 B
/** * Starting app * @ndaidong **/ exports = module.exports = require('./src/article-parser'); exports.version = require('./package').version;