README
xatu is an gui wrapper for making http requests build with electron and angularjs
HOW TO RUN
# 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
- Support Headers
- Support payload
- Write unit tests