- I want an email alert when the spots changed from
in use
tofree
- I want to record all status of charge stations, every 5 mins, and save them into the database.
- I want to have the ability to enable / disable the alert. And when an alert email is sent out, it is disabled until the next time it is enabled.
- I want to have a UI to interact with the enabling function.
- I want to have a UI to check heap graph of stations availablility based on time.
- To have a database first. MySQL will be used. Tables are: station(name, id), status_record(station_id, timestamp, status), need_email(bool), emails(email)
- To have the script to request from FLO website and insert values into db and send email
- Server to handle enable / disable UI
- Server to show heat graph
- git clone repo
- npm install
- cd fe; npm install; npm run build
- node script/run.js
- node server/server.js