nftrarityjs

0.1.0 • Public • Published

nftrarityjs

⚡🧸⚡ A collection of tools for comparing the 1337ness of an NFT.

nftrarity.net

To fetch the rank of an NFT from nftrarity.net, just specify the collectionName and nftId:

import {nftRarityDotNet} from 'nftrarityjs';

(async () => {
  const rank = await nftRarityDotNet('Arabian Camels', '7380');
  console.log(`This beautiful little fella is ranked #${rank}.`);
})();

Readme

Keywords

none

Package Sidebar

Install

npm i nftrarityjs

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

6.92 kB

Total Files

10

Last publish

Collaborators

  • cawfree