1.0.1 • Published 1 year ago

sol-to-ngn v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

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

1.0.1

1 year ago

1.0.0

1 year ago