== README
This is a Ruby on Rails app integrated with Google's Analytics Api. If you have an account with Google Analytics, feel free to test the api by clicking the link at the top and authorizing the api to retrieve your Google Analytics data. The app should then display your website Analytics.
Ruby Version is 1.9.3 Rails Version is 4.2.0
Feel free to fork and clone the repository. All you need to do is to fill in your Client ID in the JavaScript where it shows: var CLIENT_ID = 'Enter your Client ID Here';
You might want to use a yaml file instead of entering ID information directly.