ruby on rails - Car make model dropdown web service -


i once found slick looking car make/model dropdown menu web service advertised form helpers ruby on rails, have subsequently been unable find again googling it.... know service talking about?

edmunds provides data free through api. have sign-up api key.

see documentation here: http://developer.edmunds.com/api-documentation/vehicle/

sign-up key here: http://developer.edmunds.com/index.html

one example of making call (many more examples given on site):

https://api.edmunds.com/api/vehicle/v2/makes?fmt=json&api_key={your api key} 

i looking kind of information motorcycles. can tell api not provide motorcycle data, seems have cars - make, model, year, trim, style, maintenance schedules.

with json or xml data, have roll own drop down menus. edmunds provide premade widgets, pretty specific (e.g. return true market value), there chance won't have need. http://developer.edmunds.com/widgets_and_apps/index.html


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -