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