/Crypto-scraper

Cryptocurrency price scraper

Primary LanguageJavaScript

Crypto-Scraper

Cryptocurrency price scraper built with Node.Js

Installation

Clone the repo

git clone https://github.com/E3TU/Crypto-scraper

Navigate to the project folder

cd Crypto-scraper

Setting Up the App with npm

npm install

Usage

Run the script

node main.js

Modify this variable to retrieve data for the specified cryptocurrency

let cryptoname = "ethereum"