An IoT system for monitoring the remaining amount of multiple toilet paper rolls on web.
Check out our tutorial here
- Install project dependencies
yarn install
-
Create a
.env
file at the root of the project -
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.)
- Run system on
http://localhost:8080/
yarn serve