reddit-title-has-verbatim-quote
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

reddit-title-has-verbatim-quote

Test whether a reddit post title is a verbatim quote from the linked page.

GitHub Workflow Status npm npm bundle size GitHub stars

Installation

$ npm install reddit-title-has-verbatim-quote

API

import hasVerbatimQuote from 'reddit-title-has-verbatim-quote';

await hasVerbatimQuote(
  'https://www.reddit.com/r/programmingcirclejerk/comments/g7qdzz/i_started_programming_rust_because_i_saw_that_it/');
// true

await hasVerbatimQuote(
  'https://www.reddit.com/r/programming/comments/g7xweu/another_1liner_npm_package_broke_the_js_ecosystem/');
// false

await hasVerbatimQuote('g812bj');
// true

/reddit-title-has-verbatim-quote/

    Package Sidebar

    Install

    npm i reddit-title-has-verbatim-quote

    Weekly Downloads

    1

    Version

    1.0.1

    License

    Apache-2.0

    Unpacked Size

    4.89 kB

    Total Files

    7

    Last publish

    Collaborators

    • ammaraskar