Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arman2409/datafalcon

Web crawler
https://github.com/arman2409/datafalcon

crawler extract-data

Last synced: about 2 months ago
JSON representation

Web crawler

Awesome Lists containing this project

README

        

# Data Falcon

Web Crawler whcih can extracts data like images, links, title, description, etc from websites. It also measures time which was taken to fetch the website.

### Getting started

1. Install NodeJS and npm if you haven't already: https://nodejs.org

2. Clone the repository using
```bash
git clone [email protected]:Arman2409/DataFalcon.git
```

3. Navigate into the project directory from your terminal or command prompt

4. Run
```javascript
npm install
```
for both client and server folders in order to install all the dependencies for the application

5. Run
```javascript
npm run dev
```
for both clientand server folders in order to start the client side and server side