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.git
cd react-facebook-friends
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,
yarn start
and go to localhost:3000
yarn deploy
run eslint, using eslint-config-airbnb rules.
yarn lint
run Jest
npm test
- React
- Babel 6
- ES6
- ES7 (async/await)
- react-transform-boilerplate
- Flexbox
- Webpack
- Flow
- Eslint
- Jest
- Facebook API
Issue, idea, PR are welcomed.
MIT