Tag: npm

PLANted

PLANted is an app for tracking succession planting in gardens. Add the crop(s) you’d like to grow, define its growing schedule, and PLANted will calculate when to sow, rotate, and harvest your crops.

[continue reading]
Projects , , , , , , ,

BakersCalc 3.1.0 Released

The latest version of BakersCalc includes the following:

  • Added prompt on empty page to help users get started adding ingredients
  • Added tooltips to all options
  • Added GitHub link to menu
  • New loading animation!
  • Tweaked mobile design

Development , , , , , ,

BakersCalc v3

BakersCalc v3 is a complete rewrite from the ground up. It uses React for the front end, Node/Express for the back end API, MySQL for it’s database, and NGINX as a reverse proxy (and as an SSL endpoint).

[continue reading]
Projects , , , , ,

rPi Sensors

This app was created for logging and visualizing temperature and humidity data using a Raspberry Pi and a DHT22 module. It also features an optional IFTTT notification for high temperature alerts, which can be defined in the script config.

Source code is available on GitHub.

Projects , , , , , , , , ,

How To: Installing Node.js and npm on a Raspberry Pi 3

In this post we will review how to install Node.js and npm on a Rasbperry Pi 3 running a fresh installation of Raspbian Stretch Lite. The version of node I’ll be installing is 8, however if you need to install a different version you can still use these instructions. Let’s get started!

[continue reading]
Tutorials , , , ,