An open API service indexing awesome lists of open source software.

https://github.com/dtinth/friendlist

Advanced Friend List Manager for Facebook (new 2013 version)
https://github.com/dtinth/friendlist

angularjs facebook-graph-api

Last synced: 6 months ago
JSON representation

Advanced Friend List Manager for Facebook (new 2013 version)

Awesome Lists containing this project

README

          

[friendlist](http://dtinth.github.io/friendlist)
==========

Advanced Friend List Manager for Facebook (new 2013 version).

Development
-----------

This project develops using [Yeoman.io](http://yeoman.io/) workflow.
To develop on this project, please install the required tools.

After cloning the repository, install the required dependencies using:

npm install && bower install

To run the local development server, run:

grunt server

To build the minified, ready-to-deploy version, run:

grunt build