Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/README.md
2018-08-10 01:44:15 +02:00

21 lines
469 B
Markdown

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