A simple Node.js script for displaying cryptocurrency data.
To install verbala
, you can use npm:
npm install verbala
const displayCryptoData = require('verbala');
// Example usage:
const coin = 'bitcoin'; // Specify the cryptocurrency symbol here
displayCryptoData(coin);
verbala
is a simple Node.js script that utilizes the upoliop
package to fetch and display cryptocurrency data.
- upoliop: A simple npm package for fetching cryptocurrency data.
This project is licensed under the MIT License - see the LICENSE file for details.