hulihanapplications / fletcher

A cross-website product information fetcher for ruby.
http://www.hulihanapplications.com
MIT License
53 stars 12 forks source link

Support for Steampowered.com website #5

Closed davidcollom closed 11 years ago

davidcollom commented 11 years ago

Following https://github.com/hulihanapplications/fletcher/issues/4 feature request

dhulihan commented 11 years ago

This looks very good! However, could you change the class & model name from Steampowered to just Steam?

I'd like to try to keep class names as short & simple as possible and closely matched to the main website/business name.

This makes it easier to find model code and will also make it possible for a model to handle multiple URIs (a feature that we may need in the future), eg: amazon.com and amazon.co.uk should both be handled by the Amazon model.

dhulihan commented 11 years ago

Awesome. Thanks, David!