/InboxHarbor

InboxHarbor : Email Extractor from website

Primary LanguageJavaScript

Email Extractor Web Service

This web service allows you to extract email addresses from a given website.

Features

  • Extract email addresses from the entire HTML content of a website.
  • Support for both text content and mailto links.

Technologies Used

Screenshot

image image

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/email-extractor.git
  2. Install Libraries

    npm install
  3. run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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