/Simple-Readability-API

This is a very thin wrapper arround node-readabiliy

Primary LanguageJavaScript

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