gokhalehemal11 / hvac-selective-cut-out

Demonstration of Selective cut-out Mode of Hvac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python3 Flask Demonstration on Glitch: Selective HVAC Cut-Out

Link: https://hvac-cut-out.glitch.me/

This is a port of the default Glitch Node app to Python3.. on Glitch!!!

Changes

  • A requirements file at .requirements.txt
  • pip install requirements in package.json & start python server in the start script
  • custom watch.json for Python/Flask
  • views/index.html ➡️ templates/index.html & convert it to jinja2 for static assets too
  • public/ ➡️ static/
  • ported server.js to server.py
  • update README.md

Click Show in the header to see your app live. Updates to your code will instantly deploy and update live.

Glitch is the friendly community where you'll build the app of your dreams. Glitch lets you instantly create, remix, edit, and host an app, bot or site, and you can invite collaborators or helpers to simultaneously edit code with you.

Find out more about Glitch.

Your Project

On the front-end,

  • edit static/client.js, static/style.css and templates/index.html
  • drag in assets, like images or music, to add them to your project

On the back-end,

  • your app starts at server.py
  • add frameworks and packages in .requirements.txt
  • safely store app secrets in .env (nobody can see this but you and people you invite)

About

Demonstration of Selective cut-out Mode of Hvac


Languages

Language:HTML 88.4%Language:Python 4.6%Language:JavaScript 3.9%Language:CSS 2.5%Language:Shell 0.6%