https://stackoverflow.com/questions/17007997/how-to-access-the-get-parameters-after-in-express
Jun 9, 2013 · So, after checking out the express reference, I found that req.query.color would return me the value I'm looking for. req.params refers to items with a ':' in the UR