A client library for the Lima Telemetry Project
npm i lima-client
Example:
const lima = require("lima");
// Simply use the provided method
//Insert your server address for the first parameter
lima("127.0.0.1");
//Telemetry data sent!
If you face any issues open a PR
This project is in early alpha, expect for there to be bugs!