https://github.com/codewithdinesh/inboxharbor
InboxHarbor : Email Extractor from website
https://github.com/codewithdinesh/inboxharbor
Last synced: 3 months ago
JSON representation
InboxHarbor : Email Extractor from website
- Host: GitHub
- URL: https://github.com/codewithdinesh/inboxharbor
- Owner: codewithdinesh
- Created: 2023-12-20T20:49:35.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-20T21:01:39.000Z (over 1 year ago)
- Last Synced: 2024-04-25T00:21:08.628Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://inbox-harbor.vercel.app
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
- [Next.js](https://nextjs.org/)
- [Axios](https://axios-http.com/)
- [Cheerio](https://cheerio.js.org/)## Screenshot
![]()
## Installation
1. Clone the repository:
```bash
git clone https://github.com/your-username/email-extractor.git
```2. Install Libraries
```bash
npm install
```
3. run the development server:```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.