Skip to main content
This package works with Cloudflare Workers, Node.js, DenoIt is unknown whether this package works with Bun
This package works with Cloudflare Workers
This package works with Node.js
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
88%
Published
11 months ago (1.0.107)

markdown.download

Handy microservice/library to convert various data sources into markdown. Intended to make it easier to consume the web in ereaders

https://jsr.io/@tarasglek/markdown-download

Features

  • Apply readability
  • Further convert article into markdown to simplify it
  • Allow webpages to be viewable as markdown via curl
  • Serve markdown converted to html to browsers
  • Extract youtube subtitles

Source

https://github.com/tarasglek/markdown-download

https://www.val.town/v/taras/markdown_download

License: MIT

Usage: https://markdown.download/ + URL

Dev: https://val.markdown.download/ + URL

Add Package

deno add jsr:@tarasglek/markdown-download

Import symbol

import * as markdown_download from "@tarasglek/markdown-download";

---- OR ----

Import directly with a jsr specifier

import * as markdown_download from "jsr:@tarasglek/markdown-download";

Add Package

npx jsr add @tarasglek/markdown-download

Import symbol

import * as markdown_download from "@tarasglek/markdown-download";

Add Package

yarn dlx jsr add @tarasglek/markdown-download

Import symbol

import * as markdown_download from "@tarasglek/markdown-download";

Add Package

pnpm dlx jsr add @tarasglek/markdown-download

Import symbol

import * as markdown_download from "@tarasglek/markdown-download";

Add Package

bunx jsr add @tarasglek/markdown-download

Import symbol

import * as markdown_download from "@tarasglek/markdown-download";