Skip to content

Latest commit

 

History

History
85 lines (56 loc) · 2.94 KB

README.md

File metadata and controls

85 lines (56 loc) · 2.94 KB
find my post logo

Find My Post !

Code Climate Build Status Coverage Status

Responsive web application built to search inside facebook groups and find any missed post.

1. Development

Clone repository:

git clone git@github.com:juanroldan1989/find-my-post.git

Install gems:

bundle install

Set values inside application.yml file:

cp config/application.sample.yml config/application.yml

Validate test suite:

rspec spec

Launch server:

foreman start

2. Q&A

Questions or problems? Please post them on the issue tracker. You can contribute changes by forking the project and submitting a pull request. You can ensure the tests are passing by running rspec spec.

3. Live app

  • Access the app and allow access to your Facebook groups:
find my post step0

find my post step1
  • Select group and the number of posts to retrieve:
find my post step2

find my post step3
  • Results retrieved from Facebook, start filtering data via keywords filter input:
find my post step4

find my post step5