Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 565 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 565 Bytes

Facebook Interest API Tool

This app allows you to query the Facebook Graph API and search for options available as ad interests for targeted advertising.

Future Features:

  • Select items to export
  • User authentication
  • Styling

Requirements

  • Set up Backend.
  • Add /search endpoint from this backend to .env file

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.