require("spiky.js")
Starting of with your first steps
Last updated
Starting of with your first steps
Last updated
Tip: You need a little bit of understanding for JavaScript to code with spiky.js
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");