Chicago / windy

43 stars 8 forks source link

App Token Support #1

Closed chrismetcalf closed 12 years ago

chrismetcalf commented 12 years ago

I've added app token support to the Windy library. You can register for an app token at http://dev.socrata.com/register.

Thanks, Chris

chrismetcalf commented 12 years ago

Oh, and I've also added a force_encoding("UTF-8") on the JSON output, since at least on my machine (Mac OS X 10.6.7, Ruby 1.9.2, json 1.5.3), multi_json tries to parse the API output as ASCII instead of UTF-8 unless I override it with an environment variable or force_encoding.

srobbin commented 12 years ago

Thanks, Chris. It was great to meet you today. Also, I really appreciate you contributing to the repo.

Cheers, Scott