https://github.com/srid/readability-service
nothing here, move along
https://github.com/srid/readability-service
Last synced: 8 months ago
JSON representation
nothing here, move along
- Host: GitHub
- URL: https://github.com/srid/readability-service
- Owner: srid
- License: other
- Created: 2011-01-30T05:01:20.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-02-13T03:07:54.000Z (over 15 years ago)
- Last Synced: 2024-12-27T01:07:49.936Z (over 1 year ago)
- Language: CoffeeScript
- Homepage:
- Size: 89.8 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# readability-service
A node.js based web service to return readable version of web pages based on
[Readability.js by Arc90](http://lab.arc90.com/experiments/readability/). 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/`` in your web browser.