Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 279 Bytes

File metadata and controls

10 lines (9 loc) · 279 Bytes

dotface articles parser on deno deploy

how to use

const markupParsed = await fetch(deno_deploy_url, {
  method: 'POST',
  body: JSON.stringify({ content: "article text" }),
  headers: { "Content-Type": "application/json" }
});