Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 467 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 467 Bytes

Car search engine

Supported services:

  • Allegro
  • Otomoto

Requirements

  • Node.js
  • Allegro API token (optional)

Installation

git clone https://github.com/xDroni/Car-Search-Engine.git
cd Car-Search-Engine
npm install
npm run server
npm start

If you want to search from allegro as well you need to register an application and generate the API key: https://apps.developer.allegro.pl/
Then fill the credentials into backend/auth.json file.