Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rahad-server

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rahad-server

An npm with some features

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
7
increased by16.67%
Maintainers
1
Weekly downloads
 
Created
Source

OWNER Facebook

Installation

You can install rahad-server using npm:

npm install rahad-server

Features

  • Pinterest
  • Genshin Character Info

Pinterest

const { pinterestdl } = require('rahad-server');

(async () => {
  console.log(await pinterestdl('https://pin.it/669iQ3akD'));
})();

You can use pin.it and in.pinterest.com URLs.

Output
{
   "ironman":{
      "url":"https://i.pinimg.com/736x/11/3a/4a/113a4af38e8eae9b500457071986782e.jpg",
      "title":"(Title)",
      "type":"image",
      "Creator":"Mohammad Rahad",
      "description":" about information"
   }
}

Genshin Character Info

const { genshinCH } = require('rahad-server');

(async () => {
  const characterDetails = await genshinCH('furina');// Genshin Impact Character names
  console.log(characterDetails);
})();
Output
{
   "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...

Coming Soon

This package is under development, and many exciting features are planned for future releases. Stay tuned for updates and enhancements!

Contributing

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

Keywords

FAQs

Package last updated on 14 Apr 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc