Giter Club home page Giter Club logo

flurryapi's Introduction

Welcome to FlurryApi a CakePHP Plugin

FlurryApi is a CakePHP plugin that wraps the Flurry Analytics API, it allows you to plug directly the plugin and start anylayzing your app metrics in a visually stunning UI.

Features

  • Covers the three analytics API (i.e AppMetrics, AppInfo & EventMetrics)
  • Plug and Play once api_access_code and app_key is provided
  • Visually stunning UI using maps and charts (TODO)

Installation

Make sure you properly baked your app:

cake bake myapp

and provide the following parameters for your myapp, database setup and some other stuffs.

Clone the plugin inside your myapp/Plugin directory:

git clone http://[your_username]@202.172.229.26/rhodecode/FlurryApi

Nake sure you activate the plugin, inside your myapp/Config/bootstrap.php add this:

CakePlugin::loadAll();

Provide your api access code and app key inside your myapp/Config/core.php:

Configure::write('FlurryApi', array(
    'api_access_code' => 'your_api_access_code', // nano api access code
    'app_key' => 'your_app_key', // voice sms app
));

Usage

Routes available:

/flurry_api/app_info
/flurry_api/app_metrics/*
/flurry_api/event_metrics

Tests

TODO

TODO

  • Charting

License

FlurryApi is released under the WTFPL license.

Support

Send me a bottle of beer or FORK it! :)

flurryapi's People

Contributors

pyodor avatar

Watchers

James Cloos avatar 余香信息科技有限公司 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.