• Stars
    star
    100
  • Rank 340,703 (Top 7 %)
  • Language
    JavaScript
  • Created over 2 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Plantcord

Plantcord

Plant caring system for Discord communities

This system allows people on a discord server to take care of a plant as a community. They can see the soil moisture level, watch the plant and water it together to keep it alive.

Project is currently being developed as a collab on the server: https://discord.gg/hallederiz

Deployment

To deploy this project,

  • Edit the "config.json" file

and then run these commands:

$ apt-get install build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
$ npm install

(fswebcam is required on linux)

$ apt-get install fswebcam
$ node index.js

Contributors