Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Latest commit

 

History

History
13 lines (10 loc) · 712 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 712 Bytes

Search products by their TLD (.com, .io, ...).

Setup

  1. Clone repository
  2. bundle install
  3. Define PRODUCT_HUNT_ACCESS_TOKEN environment variable in .env
  4. rake fetch:last to fetch products from the last 2 days or rake fetch:all to fetch all products from Product Hunt
  5. foreman start to start the server