This repository was created to publish resolved task for internship recruitment process for OpenX.
Project structure:
- __mock__ contains mock data for testing purpouses
- __tests__ contains test files
- src contains source files
Firstly clone repository
git clone https://github.com/wlgs/internship-task-openx.git
Change directory to newly created folder
cd ./internship-task-openx
Install packages
npm install
Run main JavaScript file
node ./src/fetch.js
* There will be no output. Put your console.log
's inside fetch.js.
Test by entering the following
npm test