/TempMon

Experimenting with JS, NPM, React and Flask to display temperature of my room as a website.

Primary LanguageTypeScript

Temp-Mon

Simple React application to track the temperature of my room.

To use:

  • Supply some MongoDB settings in 'app_config', the schema will automatically be created.
  • Perform 'pip install -r requirements.txt' to install the Python dependencies
  • Perform an 'npm install' in the app/static directory to install the node dependencies, then 'npm start' to compile the TypeScript to JS.