Reedo0910 / ToiletPaperMonitor

An IoT system for monitoring the remaining amount of multiple toilet paper rolls on web.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toilet Paper Monitor

An IoT system for monitoring the remaining amount of multiple toilet paper rolls on web.

Tutorial

Check out our tutorial here

Screenshots

screenshot1

screenshot2

screenshot3

Project Setup

  1. Install project dependencies
yarn install
  1. Create a .env file at the root of the project

  2. Edit the .env file following the sample code below:

VUE_APP_PHOTON_ACCESS_API_1 = {YOUR PHOTON 1 ACCESS API URL } 

VUE_APP_PHOTON_ACCESS_API_2 = {YOUR PHOTON 2 ACCESS API URL } 

VUE_APP_IFTTT_ACCESS_API = {YOUR IFTTT ACCESS API URL }

Fill in the { xxx } blanks using corresponding API URLs (See detailed instructions in the tutorial above.)

  1. Run system on http://localhost:8080/
yarn serve

About

An IoT system for monitoring the remaining amount of multiple toilet paper rolls on web.

License:MIT License


Languages

Language:Vue 81.8%Language:JavaScript 13.2%Language:HTML 3.8%Language:C++ 1.3%