A simple web app with a form to get random commenters or users with most comments under a Facebook post.
yarn start
or
npm start
The server will run on port 3000.
At the moment, it works with photo post ID-s. Future versions should include previews of posts, URL parsing, styles, other post types, etc.
For features and bugs, feel free to add issues or contribute.
- Run tests in watch mode with
yarn test:watch
ornpm run test:watch
and ensure every line is tested. For a run-once check with ESLint, runyarn test
ornpm test
. - Bump version number according to semver and add an item that a release will be based on to
CHANGELOG.md
. - Submit your pull request from a feature branch and get code reviewed.
- If the pull request is approved, coverage stays high and CircleCI build passes, you will be able to merge.
- Code will automatically be released to GitHub.