Archived
1
0
Fork 0

Adding README

This commit is contained in:
Henrik Hautakoski 2018-08-10 01:42:38 +02:00
parent 972e6cb4f8
commit d6dbb6e085
No known key found for this signature in database
GPG key ID: 839F3A7EAFAEAFAA

21
README.md Normal file
View file

@ -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)