require("spiky.js")
Starting of with your first steps
You need to have node.js (https://nodejs.org ) installed
You need to have a simple JavaScript file set up, you can name it as you want
Open the terminal and write
npm i spiky.js
Go into the first line and write
const { Spiky, Timer, MotorPair, StatusLight, Speaker } = require("spiky.js");

Last updated