Skip to content

cawfree/nftrarityjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}.`);
})();

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published