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)
- Host: GitHub
- URL: https://github.com/dtinth/friendlist
- Owner: dtinth
- Created: 2011-04-06T09:12:46.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2014-05-26T13:48:10.000Z (over 11 years ago)
- Last Synced: 2024-05-02T06:07:08.612Z (over 1 year ago)
- Topics: angularjs, facebook-graph-api
- Language: JavaScript
- Homepage: http://dtinth.github.io/friendlist/
- Size: 8.78 MB
- Stars: 13
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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