require("spiky.js")

Starting of with your first steps

Tip: You need a little bit of understanding for JavaScript to code with spiky.js

  1. You need to have node.js (https://nodejs.org ) installed

  2. You need to have a simple JavaScript file set up, you can name it as you want

  3. Open the terminal and write npm i spiky.js

  4. Go into the first line and write const { Spiky, Timer, MotorPair, StatusLight, Speaker } = require("spiky.js");

Last updated