benbalter / site-inspector

Ruby Gem to sniff information about a domain's technology and capabilities.
https://site-inspector.herokuapp.com
MIT License
89 stars 29 forks source link

Check if site is responsive #66

Closed benbalter closed 9 years ago

benbalter commented 9 years ago

Ehh, a quick google search suggests this isn't really possible. We'd need to:

  1. Use user agent spoofing to see if we're server-side detected and served a mobile site (or redirected)
  2. Check for client-side detection
  3. Check for media queries