Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 846 Bytes

File metadata and controls

25 lines (16 loc) · 846 Bytes

currency-scrapper

Small currency scrapper RESTful API built on top of node, scrapping Egyptian banks to obtain current currency rates.

System Requirements

  1. Node v4.3.2 or higher installed.
  2. docker installed.

To Run

  1. Clone repository locally
  2. From directory run docker build -t currency-scrapper .
  3. From directory run docker run -p {PORT}:8080 -t currency-scrapper

Endpoints

To debug with default node built-in inspector

node --inspect --debug-brk app.js