1.5.5 • Published 10 months ago

tweet-id v1.5.5

Weekly downloads
-
License
GPL-3.0-only
Repository
github
Last release
10 months ago

��

Twitter's tweet-id Extractor

Get id of any tweet by url ! with extensive validation on the URL structure

How to Install ?

npm i tweet-id

Features

  • perform extensive validation on the URL structure
  • Lightweight
  • No Dependencies

How to use ?

  • Step 1: Install the npm package
  • Step 2: const tweetId = require("tweet-id");
  • Step 3: Pass Tweet url like console.log(tweetId("https://twitter.com/abhirajabhi312/status/1675194819856019456"));
  • Result: You will get the Tweet Id in return like 1675194819856019456

Want to contribute ?

  • Step 1. Fork the Repo
  • Step 2. Clone the repo using git clone https://github.com/abhiraj-ku/Twitter-id-package.git
  • Step 3. Make Changes and use git push
  • Step 4. Raise a PR

Thanks For Contributing !

1.5.5

10 months ago

1.5.0

10 months ago

1.0.0

10 months ago