wlepinski / angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.

Home Page:http://wlepinski.github.io/angularjs-facebook-sdk/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

angularjs-facebook-sdk

Integration between AngularJS and Facebook SDK for Javascript.

Documentation

wlepinski.github.io/angularjs-facebook-sdk/

Compiling from source

You'll need NodeJS installed to compile the source-code.

Clone the project and run npm install && npm run build on the root folder. The compiled and minified files will be generated under dist folder

Running the examples

To see the examples run npm start ( Make sure you define your appId in the file examples/app.js ).

Running tests

To execute the unit tests run npm test.

Contributing

Use the issue tracker to send PRs.

About

Integration between AngularJS and Facebook SDK for Javascript.

http://wlepinski.github.io/angularjs-facebook-sdk/

License:MIT License


Languages

Language:JavaScript 63.1%Language:HTML 30.7%Language:CSS 6.2%