web app to rank, quantify your FaceBook friendship based on human behavior with React
http://leoj.js.org/react-facebook-friends/
To know more detail, please read my post.
git clone [email protected]:LeoAJ/react-facebook-friends.gitcd react-facebook-friendsnpm install
or use yarn
yarn
Register a Facebook App first here, and replace your app ID here.
For this app, you will need to require email, public_profile, user_friends and user_posts those permission from Facebook in order to run the app.
Then do,
npm start
and go to localhost:3000
npm run deploy
run eslint, using eslint-config-airbnb rules.
npm run lint
npm test
- React
- Babel 6
- ES6
- ES7 (async/await)
- react-transform-boilerplate
- Flexbox
- Webpack
- Flow
- Eslint 2.0
- Karma
- Facebook API
Issue, idea, PR are welcomed.
MIT