sol-to-ngn

1.0.1 • Public • Published

Solana to Naira

Install with npm install sol-to-ngn

Import or Require with const soltongn = require('sol-to-ngn');

Call the function solToNgn() and it returns a string

EG: ``` const solToNgn = require('./sol-to-ngn');

solToNgn() .then(rate => { console.log("SOL to NGN conversion rate:", rate); }) .catch(error => { console.error("Error:", error.message); });```

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i sol-to-ngn

    Weekly Downloads

    0

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    2.82 kB

    Total Files

    4

    Last publish

    Collaborators

    • israeltheory