Starting of with your first steps
Tip: You need a little bit of understanding for JavaScript to code with spiky.js
You need to have node.js (https://nodejs.org arrow-up-right) 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
npm i spiky.js
Go into the first line and write const { Spiky, Timer, MotorPair, StatusLight, Speaker } = require("spiky.js");
const { Spiky, Timer, MotorPair, StatusLight, Speaker } = require("spiky.js");
Last updated 3 years ago