xproxy-cli

A simple tool to proxy api

Usage no npm install needed!

<script type="module">
  import xproxyCli from 'https://cdn.skypack.dev/xproxy-cli';
</script>

README

A simple tool to proxy an API without CORS

Setup

With npm:

npm install -D xproxy-cli // or npm i -g xproxy-cli

With yarn:

yarn add -D xproxy-cli // or yarn global add xproxy-cli