tomazk / Simple-Readability-API

This is a very thin wrapper arround node-readabiliy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple node-readabiliy API

This is a very thin wrapper arround node-readabiliy

Usage

Send your html as a POST request (and encode it in utf-8) to http://yourdomain:8080/extract/ and you'll get a JSON response.

JSON response format

{   
    "result": RESULT_TEXT
    "status": (OK|ERROR)
}

Requirements

About

This is a very thin wrapper arround node-readabiliy


Languages

Language:JavaScript 100.0%