0.1.5 • Published 7 years ago

medium-article-parser v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

Medium Parser

npm versionBuild Status

A small library that extracts Medium article content

Installation

npm install medium-article-parser

Usage

let mediumParser = require('medium-article-parser');

let url = 'https://medium.com/the-mission/use-einsteins-educational-philosophy-to-boost-your-learning-e07ea60a9146';

mediumParser(url).then((result) => {
    //returns object with author, title, date, image url, and html content
}, (error) => {
    //if given url is meant for Medium members only, it will return an error
});
0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago