Skip to content
This repository has been archived by the owner on Mar 28, 2023. It is now read-only.

shohei-ot/hast-util-from-url

Repository files navigation

hast-util-from-url

npm version CircleCI

Usage

CLI

hast-util-from-url http://path/to/html

// or

npx hast-util-from-url http://path/to/html

Node.js

const fromUrl = require('hast-util-from-url')

;(async () => {
    const hast = await fromUrl('http://path/to/html')
    console.log(JSON.stringify(hast))
})()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published