Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 457 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 457 Bytes

Price Fetch

A featherweight application for fetching the latest prices from Ethereum exchanges.

Installation

To install, first clone the repository. Then, navigate to the project directory using a terminal and run npm install This will install all the necessary dependencies.

Usage

Run the command using npm start.

See config/index.js and the source files under src/exchanges for examples of how to add new exchanges and currency pairs.