Commit Graph

  • fcdf59da22
    Merge pull request #8 from JayWll/glitch master JayWll 2020-05-10 14:15:31 -0600
  • 83bc1f4ec6 Updating redirect code to allow embedding on the glitch project page Glitch (jasonsplant) 2020-05-10 20:14:08 +0000
  • be9557b8a9 Simplifying redirection code for requests to the root domain JayWll 2020-05-06 08:35:49 -0600
  • 282a45d9ee Bug fix. Alert date was not being correctly read by afterCreate function JayWll 2020-05-06 08:22:17 -0600
  • 767dc3ff7b
    Merge pull request #7 from JayWll/glitch JayWll 2020-05-05 20:25:37 -0600
  • e55d92f0e9 Updating need Glitch (jasonsplant) 2020-05-06 02:23:27 +0000
  • f1d351164f
    Merge pull request #6 from JayWll/glitch JayWll 2020-05-05 20:21:52 -0600
  • 713909baf1 Updating to redirect to correct domain Glitch (jasonsplant) 2020-05-06 02:20:43 +0000
  • d0b78e45a7
    Merge pull request #5 from JayWll/refactoring JayWll 2020-04-25 15:33:38 -0600
  • 0839e3583c Fixing db module path JayWll 2020-04-25 15:32:10 -0600
  • b2eeb3e270 Bug fix for alert functionality JayWll 2020-04-25 15:31:49 -0600
  • ecd09c9073 Locking down settings JayWll 2020-04-25 15:30:47 -0600
  • 2643bf4410 Adding functionality to import settings from production JayWll 2020-04-25 15:30:06 -0600
  • a9e2563204 Changing UI moisture reading to a percentage JayWll 2020-04-25 15:29:37 -0600
  • 302eadc7c3 Fixing syntax errors JayWll 2020-04-25 15:09:59 -0600
  • b2cafddf23 Move alert code to its own module JayWll 2020-04-25 15:07:01 -0600
  • 61bb0066b0 Moved tweet functionality out to alert.js JayWll 2020-04-25 14:53:12 -0600
  • 169c242e35 Created new module for alerts JayWll 2020-04-25 14:12:55 -0600
  • c462f805be Renamed db folder to src JayWll 2020-04-25 14:07:32 -0600
  • 7612cb4fee Refactoring code for new reading Removed code that runs after a new reading has been received from the express model, and added it as a sequelize hook instead. JayWll 2020-04-25 14:06:48 -0600
  • 9c8b2d45c1 Minor change to wording of thank you tweet JayWll 2020-04-23 09:49:49 -0600
  • 289141591e Randomizing wording of "thank you for watering me" tweet. JayWll 2020-04-20 10:39:40 -0600
  • 9c30d07271 Updating alert threshold to four days JayWll 2020-04-17 17:29:27 -0600
  • fc2ad0014c Updating five day interval following testing. JayWll 2020-04-17 17:26:22 -0600
  • 7f79d45eae
    Merge pull request #4 from JayWll/alerts JayWll 2020-04-17 17:22:53 -0600
  • c6369f7795 Added posting to twitter when the plant needs water JayWll 2020-04-17 17:08:47 -0600
  • 104a5faef7
    Merge pull request #3 from JayWll/glitch JayWll 2020-04-13 11:36:04 -0600
  • 7ec5440bb5 Adding /showsettings endpoint to display settings table Glitch (jasonsplant) 2020-04-13 17:34:37 +0000
  • d3c7b7171a
    Merge pull request #2 from JayWll/settings JayWll 2020-04-13 11:07:23 -0600
  • bbad48ee90 Added handlers to set flags when a new reading is received - Reset the 'low' and 'alert' flags if the reading is greater than high-trigger - Set the 'low' flag if it isn't set, and the reading is less than low-trigger - Send an alert and set the 'alert' flag if the 'low' flag is more than 5 days old JayWll 2020-04-13 11:04:27 -0600
  • 6d3e74aac9 Adding sync() commands to database scripts JayWll 2020-04-13 10:01:40 -0600
  • 8832c658bf Script to initialize app settings table JayWll 2020-04-13 09:56:52 -0600
  • 0f52429911 Adding table definition for settings. JayWll 2020-04-13 09:49:56 -0600
  • 6f3a5c923e Disabling sequelize console logging JayWll 2020-04-11 13:34:59 -0600
  • ad6d6b79a4 Adding error checking to import utility JayWll 2020-04-11 13:34:32 -0600
  • 0711674a79 Adjust all functions to use factored out database definition JayWll 2020-04-11 13:07:57 -0600
  • b5b49c5424 Adding dotenv to app.js to enable running in dev environment JayWll 2020-04-11 13:00:00 -0600
  • b64126a7fe Refactoring database and model definition into its own file JayWll 2020-04-11 12:57:35 -0600
  • 555ae80afc Simplifying database connection options JayWll 2020-04-11 12:29:56 -0600
  • fcc89e75e6 Utility script to import data from production to development environment JayWll 2020-04-11 12:26:34 -0600
  • 81564ad85e Adding .env parsing for development environment JayWll 2020-04-11 12:25:20 -0600
  • 8b3a8b8c9b Adding fallback to port 4200 for development server JayWll 2020-04-11 12:10:24 -0600
  • 5e31a3edab Updating .gitignore to include NPM and .data files JayWll 2020-04-11 11:47:15 -0600
  • 71042e5939
    Merge pull request #1 from JayWll/glitch JayWll 2020-04-10 11:52:21 -0600
  • bea81bc280 Adding export endpoint to move live data to dev environment Glitch (jasonsplant) 2020-04-10 17:51:31 +0000
  • 4aaec6bd9b Cleaning up JayWll 2020-01-04 12:19:04 -0700
  • f3ad62eb10 Removing GCP app publishing from the arduino app JayWll 2020-01-04 12:16:26 -0700
  • d1e2f2b4cc Removing temporary functionality used during development JayWll 2020-01-04 12:15:36 -0700
  • 9c4276a184 Require secret header to trigger /cleaup JayWll 2020-01-04 12:15:01 -0700
  • 8fe6a1e649 Adding link to live app to README.md JayWll 2020-01-04 12:13:44 -0700
  • 341f8e16d4 Updating README.md to always use latest version of the circuit diagram image JayWll 2020-01-04 12:10:05 -0700
  • be5b4c8384 Adding README.md JayWll 2020-01-04 12:09:12 -0700
  • 1dd2ef3737 Rotating circuit diagram 90 degrees to improve readability JayWll 2020-01-04 11:59:04 -0700
  • 47c29c8900 Adding fritzing circuit diagram JayWll 2020-01-04 11:45:01 -0700
  • 5794c07195 Updating repository address JayWll 2020-01-04 11:32:01 -0700
  • 889232ceba Adding arduino code JayWll 2020-01-04 11:28:46 -0700
  • c8877d182a Moving nodeJS app files to nodeapp subfolder JayWll 2020-01-04 11:27:28 -0700
  • 0c6080298b 💄👘 Checkpoint ./package.json:7435365/14 Glitch (hello-express) 2019-12-21 04:41:59 +0000
  • c4485b07ab 🕍🍂 Checkpoint ./app.js:7435365/15 Glitch (hello-express) 2019-12-21 04:13:55 +0000
  • c3f72650f5 👜👏 Checkpoint ./package.json:7435365/2852 Glitch (hello-express) 2019-12-21 03:50:08 +0000
  • 1305ca8cc1 🎷 Checkpoint ./package.json:7435365/14 Glitch (hello-express) 2019-12-21 00:25:44 +0000
  • 383e3efffc 🌾🍖 Checkpoint ./package.json:7435365/7077 Glitch (hello-express) 2019-12-20 23:48:12 +0000
  • 79e6f852b3 🚋🚪 Checkpoint ./server.js:7435365/193 ./package.json:7435365/3052 ./README.md:7435365/914 Glitch (hello-express) 2019-12-20 23:36:03 +0000
  • 451d581782 🎥🏑 Checkpoint ./server.js:7435365/533 Glitch (hello-express) 2019-12-20 23:24:05 +0000
  • 06aad43cf3 🛎️ Checkpoint ./server.js:7435365/3113 Glitch (hello-express) 2019-12-20 23:12:05 +0000
  • a1aebd61ee 🏚🎻 Checkpoint ./server.js:7435365/730 Glitch (hello-express) 2019-12-20 23:00:10 +0000
  • fa06f2b2bd 🐀👫 Checkpoint ./server.js:7435365/52 Glitch (hello-express) 2019-12-20 22:48:08 +0000
  • f7671afd7d 👬💐 Checkpoint ./server.js:7435365/130 Glitch (hello-express) 2019-12-20 22:36:06 +0000
  • 3e2ef29648 🙇🎫 Checkpoint ./server.js:7435365/4061 Glitch (hello-express) 2019-12-20 22:24:04 +0000
  • 7a9e6b22c5 🚲🏉 Checkpoint ./server.js:7435365/1521 ./package.json:7435365/1369 Glitch (hello-express) 2019-12-20 22:12:17 +0000
  • 78a5b2e6e2 🐯🎨 Checkpoint ./server.js:7435365/1442 ./views/index.html:7435365/14616 Glitch (hello-express) 2019-12-20 22:00:14 +0000
  • f6ff300e61 🌋💐 Checkpoint ./server.js:7435365/1328 Glitch (hello-express) 2019-12-20 21:48:15 +0000
  • 343cf657a0 🏚🚵 Checkpoint ./package.json:7435365/45 ./server.js:7435365/2177 Glitch (hello-express) 2019-12-20 21:36:14 +0000
  • e99e5d98f6 💖🍄 Checkpoint ./server.js:7435365/776 Glitch (hello-express) 2019-12-16 20:50:56 +0000
  • 0106f01cea 🚥🐊 Checkpoint ./server.js:7435365/1161 Glitch (hello-express) 2019-12-16 19:34:21 +0000
  • ce75066657 🍕 Checkpoint ./server.js:7435365/248 Glitch (hello-express) 2019-12-16 19:05:18 +0000
  • 30930b4ced 🚠📙 Checkpoint ./public/style.css:867163/33 ./.glitch-assets:867163/86 Glitch (hello-express) 2019-10-23 17:47:22 +0000
  • 6a3ea5c0e7 🛢🏯 Checkpoint ./public/client.js:334152/36 Glitch (hello-express) 2019-10-07 14:26:35 +0000
  • b935803f44 🎈🏞 Checkpoint ./server.js:617503/1313 ./public/client.js:617503/2375 Glitch (hello-express) 2019-09-30 21:05:06 +0000
  • 988db9b862 🚔🍦 Checkpoint ./package.json:242011/2 Glitch (hello-express) 2018-11-30 16:29:34 +0000
  • a0a314feb7 🚟🚪 Checkpoint ./server.js:728660/8 Glitch (hello-express) 2018-10-15 15:38:54 +0000
  • 4983d9eb2b 🐙💷 Checkpoint ./server.js:728660/16 Glitch (hello-express) 2018-10-15 15:28:02 +0000
  • 29d00e65b2 🙋🎳 Checkpoint ./README.md:334152/29 Glitch (hello-express) 2018-09-28 15:34:42 +0000
  • 75afbdaa94 💷🏮 Checkpoint Glitch (hello-express) 2018-08-29 21:58:14 +0000
  • 6c7cefe9a2 👗🎓 Checkpoint ./server.js:334152/1 Glitch (hello-express) 2018-07-18 21:18:27 +0000
  • 4f3e815d30 🌔😺 Checkpoint ./server.js:334152/7 Glitch (hello-express) 2018-06-29 19:22:21 +0000
  • 0a230d3752 📒🚨 Checkpoint ./package.json:728660/1 Glitch (hello-express) 2018-06-29 11:14:12 +0000
  • 3b18fda59c 🚴🏯 Checkpoint ./views/index.html:334152/235 ./public/client.js:334152/160 Glitch (hello-express) 2018-06-25 18:47:57 +0000
  • ecb466960c 🎬🍝 Checkpoint Glitch (hello-express) 2018-05-31 10:01:08 +0000
  • 618f4d4a01 💡⛱ Checkpoint Glitch (hello-express) 2018-05-16 20:48:09 +0000
  • 1406abe25d 🍚️ Checkpoint Glitch (hello-express) 2018-05-08 17:23:23 +0000
  • 1405803426 🌦🏏 Checkpoint ./public/client.js:96831/492 Glitch (hello-express) 2018-04-09 21:22:55 +0000
  • eff0a17ccf 👭👂 Checkpoint Glitch (hello-express) 2018-03-28 12:03:01 +0000
  • 6c90e94c01 🍜💩 Checkpoint ./.glitch-assets:658937/43 Glitch (hello-express) 2018-03-27 08:11:27 +0000
  • 179cb7201e 🚁🔔 Checkpoint Glitch (hello-express) 2018-03-26 15:43:56 +0000
  • 248edd9207 👡⛈ Checkpoint Glitch (hello-express) 2018-03-23 18:38:53 +0000
  • aed326c21f 💅👵 Checkpoint ./package.json:96831/1389 Glitch (hello-express) 2018-03-21 18:08:46 +0000
  • 5df1f85813 📕🌝 Checkpoint Glitch (hello-express) 2018-03-21 15:35:31 +0000
  • 406fcf36d0 🍕🌟 Checkpoint ./views/index.html:96831/368 ./public/style.css:96831/36 ./server.js:96831/437 Glitch (hello-express) 2018-03-19 21:14:04 +0000
  • 12f2f5e223 🐥😎 Checkpoint ./views/index.html:96831/760 ./public/vanilla-client.js:96831/1419 ./public/style.css:96831/47 Glitch (hello-express) 2018-03-19 21:03:02 +0000