GithubHelp home page GithubHelp logo

shmiko / angular-facebook-insight Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bahaaldine/angular-facebook-insight

0.0 1.0 0.0 1.81 MB

Renders Facebook insights dashboard for angular

License: MIT License

JavaScript 55.04% CSS 30.50% HTML 14.46%

angular-facebook-insight's Introduction

Build Status Built with Grunt

Angular Facebook Insight

The angular component which lets you requests your Facebook page insight and creates a fancy dashboard !

##Installation

Install the module using bower

	bower install angular-facebook-insight

Add js libraries to your application:

	...
	<script src="bower_components/angular-facebook-insight/dist/angular-facebook-insight.js"></script>
    ...

Add css stylesheets to your application:

    <link rel="stylesheet" href="bower_components/angular-facebook-insight/dist/css/angular-facebook-insight.css"/>

Add ngFacebookInsight module to you application

	...
	angular
	  .module('myAwesomeApp', [
	    ...
	    'ngFacebookInsight',
	    ...
	  ])
	...

##Usage

All you need is to place a ngFacebookInsight with its attribute in your view like the following piece of code:

	...
		<facebook-insight 
            overview="overview"
            todaystats="todaystats" 
            reach="reach"
            sources="sources"
            referrals="referrals"
            stories="stories" 
            geographics="geographics"
            fans="fans"
            negativefeed="negativefeed"
            roi="roi"></facebook-insight>
	...

TODO: document each attribute

##Brower compatibility

angular-facebook-insight's People

Contributors

bahaaldine avatar

Watchers

Paul Jones 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.