From 66b243e6955f6ec14acbdebf53350e97e9a84e48 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Wed, 9 Feb 2022 20:10:38 -0600 Subject: Add a super basic README Signed-off-by: Matt Strapp --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7b16317 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# 4951w Pendulum + +[![GitHub Actions](https://github.com/RosstheRoss/4951w-pendulum/actions/workflows/node.yml/badge.svg)](https://github.com/RosstheRoss/4951w-pendulum/actions/workflows/node.yml) +[![Known Vulnerabilities]()]() + +An complete rewrite of the web application for Professor Andrew Lamperski's Remotely Accessible Inverted Pendulum, in TypeScript. + +## TODO + +- Feature parity with the original web application. + - This includes running the python scripts like the Flask app did. +- Login with the University's Shibboleth system. +- Add the livestreaming feature. +- **Improve the readme.** -- cgit v1.2.3