xatu

xatu is an gui wrapper for making http requests build with electron and angularjs

Usage no npm install needed!

<script type="module">
  import xatu from 'https://cdn.skypack.dev/xatu';
</script>

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 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