Crypto Price Fetcher Tool
Installation: install Node.js
This script fetches the current price of a specified cryptocurrency in a specified currency.
Usage: node index.js eg node index.js bitcoin usd or node index.js ethereum eur
Improvement of usage: crypto (after installing globally)
Dependencies: axios (for making HTTP requests)
Install dependencie: npm install axios