Skip to content

A simple web app to get random commenters or users with most comments under a Facebook post.

License

Notifications You must be signed in to change notification settings

oliverviljamaa/facebook-contest-winner-picker

Repository files navigation

Facebook Contest Winner Picker

A simple web app with a form to get random commenters or users with most comments under a Facebook post.

GitHub release

CircleCI Code Climate npm

Usage

Start server

yarn start
or
npm start

The server will run on port 3000.

Features

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.

Contributing

  1. Run tests in watch mode with yarn test:watch or npm run test:watch and ensure every line is tested. For a run-once check with ESLint, run yarn test or npm test.
  2. Bump version number according to semver and add an item that a release will be based on to CHANGELOG.md.
  3. Submit your pull request from a feature branch and get code reviewed.
  4. If the pull request is approved, coverage stays high and CircleCI build passes, you will be able to merge.
  5. Code will automatically be released to GitHub.

About

A simple web app to get random commenters or users with most comments under a Facebook post.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published