Hacker News new | ask | show | jobs
by b2hack 5130 days ago
I liked the very very good UI/UX, good job!

What are the technologies involved ?

1 comments

It's a typical Rails 3 apps, Nokogiri used for scraping, PostgreSQL db (migrated from SQLite originally), jQuery+ui for the aucomplete (lazy, yay!), and that's about it :)
If you don't mind me asking...where (and maybe how) are you pulling the super high quality images for each movie page background?
The http://www.themoviedb.org/ are doing an amazing job. Using their V3 API right now, it's very nicely designed.
Impressive. Your autocomplete suggestions are high quality, even in foreign languages. May I ask how you are ranking suggestions results? It can't simply be the TMDB api, right?
Right now our search/suggestions is a direct API request to TMDb. Yes, they are that good (props to Fanhattan).

Re: foreign languages, they store very tidy information about all the available titles (basically a mapping from ISO 3166-1 to the title), cf. http://help.themoviedb.org/kb/api/movie-alternative-titles

Thanks for the feedback!

Thanks for sharing!