ITADN
srid/readability-service
srid/readability-service · 文件
文件最后提交记录最后更新时间
README.md

readability-service

A node.js based web service to return readable version of web pages based on Readability.js by Arc90. This is mostly a playground for me to learn the node.js ecosystem.

Requirements

$ U=http://agnoster.github.com/nodeready/;(curl $U||wget -O - $U||lynx -source $U)|bash
$ . ~/.nvm/nvm.sh
$ nvm use latest
$ npm link .

Running

$ bin/start-readability

Then open http://127.0.0.1:8124/readable/<web-page-url> in your web browser.