Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/akarshsatija/mr-scrappy

To crawl a page on a ecom website and save its data in Mongo
https://github.com/akarshsatija/mr-scrappy

Last synced: 1 day ago
JSON representation

To crawl a page on a ecom website and save its data in Mongo

Awesome Lists containing this project

README

        

# Crawl-Engine

Descriptipn: To crawl a page on a ecom website and save its data in Mongo

Sample Link: https://www.kultureshop.in/papercut-mens-art-tees.html/

Prerequisite
- NodeJS should be installed
- MongoDb Server should be installed and running in the machine
- NPM should be installed

Then,
Clone this repo

To Install Dependencies Run-

```js
npm install
```
Config file is /config.js to add mongoDB credentials

To start the app Run-
```js
npm start
```

The url is currently fetched from an inline variable on index.js and currently server is also being created in same file

I'll update this and write it in better and modular way.