Skip to content

tomazk/Simple-Readability-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published