ironman-api

1.0.2 • Public • Published

Furina

Installation

You can install ironman-api using npm:

npm install ironman-api

Features

Pinterest

const { pinterestdl } = require('ironman-api');

(async () => {
  console.log(await pinterestdl('https://in.pinterest.com/pin/617204323960160868/'));
})();

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

Output

{
   "ironman":{
      "url":"https://i.pinimg.com/736x/11/3a/4a/113a4af38e8eae9b500457071986782e.jpg",
      "title":"胡宮 -Komiya- (@komiya_latte) on X",
      "type":"image",
      "Creator":"IRON-M4N",
      "description":"劇場 "
   }
}

Genshin Character Info

const { genshinCH } = require('ironman-api');

(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 IRON-M4N

Package Sidebar

Install

npm i ironman-api

Weekly Downloads

72

Version

1.0.2

License

Apache-2.0

Unpacked Size

28.2 kB

Total Files

7

Last publish

Collaborators

  • ironmanhax