EnoF / jsrestbin

JavaScript based application to record WebHook's and API-Calls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#jsRestBin

##About jsRestBin is a simple and easy to use request bin to record and debug api calls. It runs on node.js and requires a mongoDB to persist data. The frontend is build up on backbone.js and require.js. Twitter Bootstrap is used as CSS framework and LESS as css preprocessor.

##Credit This project was inspired by Jeff Lindsay's RequestBin http://requestb.in/

##Releases 2012-04-23 David Loidolt * v0.1 initial release

##Roadmap

  • Integrate build system (most probably grunt)
  • Testing (jasmine)
  • Enhance REST Interface
  • ...

##Contributors David Loidolt david.loidolt@gmail.com

##License This project is licensed under the MIT License, see the LICENSE.TXT file for more information.

About

JavaScript based application to record WebHook's and API-Calls

License:MIT License


Languages

Language:JavaScript 62.6%Language:CSS 37.4%