# Functions
CorsMiddleware will set headers allowing cross-origin requests so that the client and server can talk to each other from different ports when not on production.
DefaultErrorHandler returns an error message when the query parameter is missing.
Search will read through tweets from the Twitter API, count the most frequent words, and return the results.