{"id":13452823,"url":"https://github.com/arrix/node-readability","last_synced_at":"2025-03-23T21:34:55.848Z","repository":{"id":1184499,"uuid":"1085433","full_name":"arrix/node-readability","owner":"arrix","description":"Server side readability with node.js","archived":false,"fork":false,"pushed_at":"2011-08-17T21:46:27.000Z","size":633,"stargazers_count":397,"open_issues_count":9,"forks_count":86,"subscribers_count":22,"default_branch":"master","last_synced_at":"2024-08-01T08:06:42.090Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arrix.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-11-16T15:17:13.000Z","updated_at":"2024-07-25T07:14:02.000Z","dependencies_parsed_at":"2022-08-16T12:30:31.445Z","dependency_job_id":null,"html_url":"https://github.com/arrix/node-readability","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrix%2Fnode-readability","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrix%2Fnode-readability/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrix%2Fnode-readability/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arrix%2Fnode-readability/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arrix","download_url":"https://codeload.github.com/arrix/node-readability/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221918515,"owners_count":16901640,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T08:00:23.684Z","updated_at":"2024-10-28T19:31:00.131Z","avatar_url":"https://github.com/arrix.png","language":"JavaScript","readme":"# node-readability\n[Readability.js by Arc90](http://lab.arc90.com/experiments/readability/) ported to node.js.\n\nBlog post: [Server side readability with node.js](http://arrix.blogspot.com/2010/11/server-side-readability-with-nodejs.html)\n## Requirements\n* [node.js](http://nodejs.org/)\n* [jsdom](https://github.com/tmpvar/jsdom)\n* [htmlparser](https://github.com/tautologistics/node-htmlparser)\n\n## Live demo\nI'm working on it...\n## Example\n\n    var readability = require('readability');\n    //...\n    // This is an very early example. The API is subject to change.\n    readability.parse(html, url, function(result) {\n        console.log(result.title, result.content);\n    });\n\n## Performance\nIn my testing of 140 pages with an average size of **58KB** collected from [digg](http://digg.com/news.rss), [delicious](http://feeds.delicious.com/v2/rss/?count=50) and [hacker news](http://news.ycombinator.com/rss), the average time taken for each page is about **1.1 seconds** on a Mac Mini (2.4G Intel Core 2 Duo).\n## Limitation\n* no fetching next pages\n* no support for frames\n\n## Plan\n* Performance optimization\n* Better API, more options\n* Support more readability features","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrix%2Fnode-readability","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farrix%2Fnode-readability","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farrix%2Fnode-readability/lists"}