npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

fast-meta-tags

1.3.3

@cayasso

npmHomeRepoSnykSocket
Downloads:209
$ npm install fast-meta-tags
DailyWeeklyMonthlyYearly

fast-meta-tags

Fetch the meta tags and title from an URL. Trades correctness for speed, so very fast, but might be wrong.

npm install fast-meta-tags

Usage

const fastMetaTags = require('fast-meta-tags')

// prints title and an array of tags, if failed to parse or could not fetch data it returns null
console.log(await fastMetaTags('https://www.youtube.com/watch?v=24GfgNtnjXc'))

License

Apache-2.0