artixtractor
Extract article/blog from websites like [medium.com, inc42.com,etc]
Installation
$ npm install artixtractor --save
Usuage
const articleParser = require('artixtractor');
articleParser('https://medium.com/@Aegist/how-to-end-googles-monopoly-5c46ef7db20d')
.then((result)=>{
console.log(result);
}).catch((reason)=>{
console.log(reason);
});
Features
- Text extraction
- Primary image extraction
- Description extraction
- Keyword extraction
- Author extraction
- Article Posted Date extraction
License
MIT © Bharathvaj Ganesan