wlgs / internship-task-openx

This repository contains source files for internship task for OpenX.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Internship task for OpenX

Information

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

Run

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

Test by entering the following

npm test

About

This repository contains source files for internship task for OpenX.


Languages

Language:JavaScript 100.0%