Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
get-tweet-id
Advanced tools
The FIRST and the ONLY module to get tweet id from url !
Use npm or yarn to install this npm package
npm i get-tweet-id
getTweetId
in your appgetTweetId("https://twitter.com/VishwaGauravIn/status/1472126167167627265")
1472126167167627265
import getTweetId from "get-tweet-id";
export default function Test() {
let url = "https://twitter.com/VishwaGauravIn/status/1472126167167627265"
let id = getTweetId(url)
console.log(id) // 1472126167167627265
return (
<div>
</div>
)
}
FAQs
Get tweet id of any tweet by url! Fast and Minimal.
The npm package get-tweet-id receives a total of 1 weekly downloads. As such, get-tweet-id popularity was classified as not popular.
We found that get-tweet-id demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.