teuchezh / DarkBox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino library deps

Search them with libray manager and install.

nodejs script installatoin

  • need node >= 8, please refer to
# Using Ubuntu
curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
sudo apt-get install -y nodejs

# Using Debian, as root
curl -sL https://deb.nodesource.com/setup_8.x | bash -
apt-get install -y nodejs
  • npm install
  • node index.js
  • add it to startup manager, e.g. supervisor

About


Languages

Language:C++ 56.2%Language:C 22.6%Language:JavaScript 21.2%