#VT Open Classroom Search
##What is this?
getaroom
helps you find empty classrooms on Virginia Tech's campus.
##Why? This helps students find quiet places to study on campus and enables better utilization of space at the university.
####Components:
- SQLite database of all class times Spring 2015 @ VT
- Simple Flask python server, which serves HTTP requests
- Nexmo, a cheap phone number & text message service
- Wit.ai, a natural language processing tool
####Process:
- The Flask server is constantly running
- A user texts our phone number, Nexmo routes this request to our server's URL via HTTP GET or POST
- Our server passes the user's message to Wit.ai, where meaning is extracted.
- If a valid building is sent, we query our class database to check available rooms
- We respond with the available rooms!
TODO