api-snoop

## Installation ``` npm install -g api-snoop ```

Usage no npm install needed!

<script type="module">
  import apiSnoop from 'https://cdn.skypack.dev/api-snoop';
</script>

README

api-snoop

Installation

npm install -g api-snoop

Usage

Run:

api-snoop

Development

Install dependencies

npm install

Run in browser

npm run serve

Run in electron

First build the app:

npm run build

Then launch the electron app:

npm start