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

https://github.com/Arman2409/data-falcon

Web crawler
https://github.com/Arman2409/data-falcon

crawler extract-data

Last synced: about 1 year 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 git@github.com: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