
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
rahad-server
Advanced tools
You can install rahad-server
using npm:
npm install rahad-server
const { pinterestdl } = require('rahad-server');
(async () => {
console.log(await pinterestdl('https://pin.it/669iQ3akD'));
})();
You can use pin.it and in.pinterest.com URLs.
{
"ironman":{
"url":"https://i.pinimg.com/736x/11/3a/4a/113a4af38e8eae9b500457071986782e.jpg",
"title":"(Title)",
"type":"image",
"Creator":"Mohammad Rahad",
"description":" about information"
}
}
const { genshinCH } = require('rahad-server');
(async () => {
const characterDetails = await genshinCH('furina');// Genshin Impact Character names
console.log(characterDetails);
})();
{
"name":"Furina",
"title":"Endless Solo of Solitude",
"vision":"Hydro",
"weapon":"Sword",
"gender":"Female",
"nation":"Fontaine",
"affiliation":"Court of Fontaine",
"rarity":5,
"release":"2023-11-08",
"constellation":"Animula Choragi",
"birthday":"0000-10-13",
"description":"The absolute focus of the stage of judgment, until the final applause sounds."}
//and more...
This package is under development, and many exciting features are planned for future releases. Stay tuned for updates and enhancements!
We welcome contributions! If you find any issues or have suggestions for improvement, feel free to open an issue or submit a pull request. If you want to contact me, check my GitHub profile.
Copyright © 2024 Mohammad Rahad
FAQs
An npm with some features
We found that rahad-server 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.