/crawler_example

A Crawler Example in Node.js

Primary LanguageJavaScript

Crawler Example

This project is a crawler example written in Node.js. It's primarily intended to serve as a product search. As an example, the crawler currently implemented is for Mercado Livre (using ML API)

Tech

Requirements:

  • Node.js: v12.16.0

Running the Project

$ git clone "git@github.com:emfol/crawler_example.git" target-folder
$ cd target-folder
$ npm install
# Using default port: 8080
$ npm run start
# Or using an alternative port number
$ PORT=1234 npm run start
# For testing
$ npm run test

Questions

For questions please send an email to: emfolg@gmail.com