Skip to content

A web-based stock checking application that alerts users by email if the Pi Zero is in stock. Built in collaboration with @starbuck93.

License

Notifications You must be signed in to change notification settings

shashi007/pi-zero-notifier

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Pinotify

A web-based stock checking application that alerts users by email if the Pi Zero is in stock.

Setup:

resources/config

  • Import database.sql into phpmyadmin (or run using the MySQL command line) to create the necessary tables.

resources/email_system and resources/stock_check

  • Create a Cron job with check_send_email.php and adafruit-stock.php:
  • */5 * * * * php /var/www/html/resources/stock_check/adafruit-stock.php
  • */5 * * * * php /var/www/html/resources/email_system/check_send_email.php

About

A web-based stock checking application that alerts users by email if the Pi Zero is in stock. Built in collaboration with @starbuck93.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.3%
  • CSS 4.7%
  • HTML 1.7%
  • Shell 0.3%