Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 476 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 476 Bytes

Exodus 📖

The Book of MarketData

Small server that saves market data to influx

Install

cd exodus 
yarn 

Init

Create a .env file and add Env INFLUX_HOST and INFLUX_PORT

e.g

INFLUX_HOST=localhost
INFLUX_PORT=8086

Run

yarn dev

V1

  • GET /v1/query
  • POST /v1/insert

see test.ts for more