xatu is an gui wrapper for making http requests build with electron and angularjs
# first install electron globally
npm install electron-prebuilt -g
# clone this project
git clone git@github.com:vieiralucas/xatu.git
# step into it's folder
cd xatu
# run electron against it
electron .
###Currently it looks like this
###TODO
- [x] Support Headers
- [ ] Support payload
- [ ] Write unit tests