Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 523 Bytes

README.rst

File metadata and controls

24 lines (16 loc) · 523 Bytes

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