1.0.1 • Published 1 year ago
crypto-name-generator-stp v1.0.1
npm install crypto-name-generator-stp
Usage
Once installed, you can use Crypto Name Generator in your project like this:
const generateCryptoName = require('crypto-name-generator-stp');
// Generate a unique crypto name
const name = generateCryptoName();
console.log(name);
The generateCryptoName()
function returns a string representing a unique name related to cryptocurrency.