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