{"id":22297627,"url":"https://github.com/progfay/scrapbox-parser-stream","last_synced_at":"2025-03-25T22:44:12.278Z","repository":{"id":40774725,"uuid":"230776618","full_name":"progfay/scrapbox-parser-stream","owner":"progfay","description":"Parsing Scrapbox notation with Node.js Stream","archived":false,"fork":false,"pushed_at":"2023-01-06T02:26:48.000Z","size":856,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T05:40:43.512Z","etag":null,"topics":["node-stream","parser","scrapbox","scrapbox-parser-stream"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/@progfay/scrapbox-parser-stream","language":"TypeScript","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/progfay.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}},"created_at":"2019-12-29T16:39:15.000Z","updated_at":"2023-03-10T08:08:10.000Z","dependencies_parsed_at":"2023-02-05T02:55:12.027Z","dependency_job_id":null,"html_url":"https://github.com/progfay/scrapbox-parser-stream","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/progfay%2Fscrapbox-parser-stream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser-stream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser-stream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progfay%2Fscrapbox-parser-stream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progfay","download_url":"https://codeload.github.com/progfay/scrapbox-parser-stream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245556960,"owners_count":20634889,"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":["node-stream","parser","scrapbox","scrapbox-parser-stream"],"created_at":"2024-12-03T17:50:41.535Z","updated_at":"2025-03-25T22:44:12.255Z","avatar_url":"https://github.com/progfay.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Scrapbox Parser Stream\n\nParsing Scrapbox notation with Node.js Stream\n\n## Installation\n\n```sh\n$ npm i @progfay/scrapbox-parser-stream\n```\n\n\n## Usage\n\n```js\nimport ScrapboxParserStream from '@progfay/scrapbox-parser-stream'\nimport fetch from 'node-fetch'\n\nconst PROJECT_NAME = 'help'\nconst PAGE_NAME = 'syntax'\n\nfetch(`https://scrapbox.io/api/pages/${PROJECT_NAME}/${PAGE_NAME}/text`)\n\t.then(({ body }) =\u003e {\n\t\tbody\n\t\t\t.pipe(new ScrapboxParserStream({ hasTitle: true }))\n\t\t\t.pipe(process.stdout)\n\t})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogfay%2Fscrapbox-parser-stream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogfay%2Fscrapbox-parser-stream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogfay%2Fscrapbox-parser-stream/lists"}