Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 418 Bytes

INSTALL.md

File metadata and controls

43 lines (28 loc) · 418 Bytes

Phelbore's Tick Detector

Installation

Install SQLite3

Fedora:

sudo dnf install sqlite

Debian:

sudo apt install sqlite3

Create the SQLite3 database

sqlite3 systems.sqlitedb < schema.sql

Running the tick detector

Run EDDN.js

node EDDN.js

Run tick API

node tick.ts

Run tick detector

node detector.ts