/GenderGuesser

Simple ruby web service that takes a name and makes a guess about the gender based on predefined rules.

Primary LanguageRuby

#Gender Guesser!

This is a short Sinatra based web-service that takes a name and tries to determine the gender via a set of regex based rules written in AWK. I've not done much in Ruby, so the code is probably terrible. It should run on heroku if you set the stack to cedar.

Me