Crypto Arbitrage

List all crypto arbitrage opportunities. It is recommended to have a CORS extension in your browser otherwise some endpoints might not work so you will get fewer results.

There are 2 modes.

button

There are 2 ways to use it.

engine.js and exchanges-and-symbols.js are used by both crypto-arbitrage.js (web page) and app.js (Node.js).

Web page (crypto-arbitrage.js)

Usage

npx http-server . -p 9999 or any other server since using type="module" in HTML with a file:// URL results in CORS errors.

Node.js (app.js)

Installation

$ npm install

Usage

$ npm run start # or node app.js