{"id":17930506,"url":"https://github.com/remy/read-body","last_synced_at":"2025-03-24T04:31:18.554Z","repository":{"id":66078097,"uuid":"80988917","full_name":"remy/read-body","owner":"remy","description":"A simple site to pull the body of the post out and reformat for readability","archived":false,"fork":false,"pushed_at":"2018-10-27T09:09:11.000Z","size":28,"stargazers_count":45,"open_issues_count":0,"forks_count":5,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-19T01:59:49.559Z","etag":null,"topics":["javascript","readability"],"latest_commit_sha":null,"homepage":"https://read.isthe.link","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/remy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2017-02-05T11:40:24.000Z","updated_at":"2024-08-02T01:39:01.000Z","dependencies_parsed_at":"2024-02-01T17:47:33.581Z","dependency_job_id":null,"html_url":"https://github.com/remy/read-body","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/remy%2Fread-body","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remy%2Fread-body/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remy%2Fread-body/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/remy%2Fread-body/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/remy","download_url":"https://codeload.github.com/remy/read-body/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245211079,"owners_count":20578340,"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":["javascript","readability"],"created_at":"2024-10-28T21:13:53.586Z","updated_at":"2025-03-24T04:31:18.237Z","avatar_url":"https://github.com/remy.png","language":"JavaScript","readme":"# read.isthe.link\n\nA basic functionality readability almost-clone. This service will *try* to search for the body of the content to a URL, and represent it stripped back and with minimal styling.\n\n## Usage\n\nSend your URL to https://read.isthe.link via a query string, and so long as the URL is publically available (i.e. not behind login), then the page can be re-rendered:\n\nhttps://read.isthe.link?url=https://remysharp.com/node\n\nThe page will be cached for a period of time, so subsequent requests will be faster.\n\n## Usage with private URLs\n\nYou can `POST` a `body` to the service and it will give you a hashed URL to redirect to. For example:\n\n```js\nconst xhr = new XMLHttpRequest();\n\nxhr.open('POST', 'https://read.isthe.link');\nxhr.setRequestHeader('content-type', 'application/x-www-form-urlencoded');\nxhr.setRequestHeader('referrer', window.location);\n\nxhr.onload = () =\u003e {\n  const res = JSON.parse(xhr.response);\n  window.location = `https://read.isthe.link?url=${res.url}`;\n}\n\nxhr.send(`body=${encodeURIComponent(document.documentElement.innerHTML)}`);\n```\n\n## Issues \u0026 feedback\n\nAll feedback, suggestions, pull requests to github (please): https://github.com/remy/read-body\n\n[MIT Licensed](https://rem.mit-license.org)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy%2Fread-body","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fremy%2Fread-body","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fremy%2Fread-body/lists"}