Public real-time analytics dashboard powered by Google Analytics
- Set up Google superproxy for your site
- Clone lyst repository
- Add your lyst application as a new project in Google's developer console
- Enable Google Analytics API in the console under
APIs & auth
andAPIs
- Set up service account under
APIs & auth
andCredentials
and save P12 key (remember given secret) - Convert P12 key to pem and name it
key.pem
with this command and use given secret:openssl pkcs12 -in [p12 key filename].p12 -nodes -nocerts > key.pem
- Save generated key.pem in lyst root directory
- Update viewid and query URLs in requests.json
- Run
node app.js
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
lyst is released under MIT. See LICENSE for more details
Placeholder favicon by: Icon made by Amit Jakhu from www.flaticon.com is licensed under CC BY 3.0.