Skip to content

Instantly share code, notes, and snippets.

View graduta's full-sized avatar

George Raduta graduta

  • Univeristy of London
View GitHub Profile
const express = require('express')
var request = require('request');
const http = require('http');
var fs = require('fs');
const app = express();
const port = 3000;
const ID_PREFIX = 'QC-TASK-';
const OBJECTS = ['Object1', 'Object2', 'Object3', 'Object4', 'Object5'];