From d6dbb6e08569646c6155d8b203deaef115a9f3d9 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 10 Aug 2018 01:42:38 +0200 Subject: [PATCH] Adding README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..971dac5 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ + +# HTTP Callback + +This repository contains the code that powers [callback.shufflingpixels.com](https://callback.shufflingpixels.com). +An tool that provides logging of HTTP Request. + +## Install + +This project depends on [composer](https://getcomposer.org/) and [npm](https://www.npmjs.com/). + +After those are installed run: + +``` +$ composer install +$ npm install +$ sh build.sh +``` + +## Author + +Henrik Hautakoski - [henrik.hautakoski@gmail.com](henrik.hautakoski@gmail.com)