Step-by-step instructions:
- Install Node.js and npm
- git clone https://bitbucket.org/andreioprisan/requestsaver.git
- cd requestsaver
- npm install
- node app.js
- go to http://localhost:3000
Requests are also saved on disk in raw json in /bins
The source is freely available under the terms of the MIT License. Feel free to download, modify, and use for personal or commercial projects. I would appreciate a pingback if you find the project useful, but it's certainly not required.
Based on [RequestBin] (http://requestb.in/) by Jeff Lindsay. Created by [Donald Lau] (http://www.badassdon.com). Updated by [Andrei Oprisan] (http://andrei.oprisan.com).