Skip to content

progfay/scrapbox-parser-stream

Repository files navigation

Scrapbox Parser Stream

Parsing Scrapbox notation with Node.js Stream

Installation

$ npm i @progfay/scrapbox-parser-stream

Usage

import ScrapboxParserStream from '@progfay/scrapbox-parser-stream'
import fetch from 'node-fetch'

const PROJECT_NAME = 'help'
const PAGE_NAME = 'syntax'

fetch(`https://scrapbox.io/api/pages/${PROJECT_NAME}/${PAGE_NAME}/text`)
	.then(({ body }) => {
		body
			.pipe(new ScrapboxParserStream({ hasTitle: true }))
			.pipe(process.stdout)
	})

About

Parsing Scrapbox notation with Node.js Stream

Topics

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy