xatu
v1.0.1
Published
xatu is an gui wrapper for making http requests
Downloads
5
Readme
xatu
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 [email protected]: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