0.0.1 • Published 1 year ago

@readyapi/api-client-proxy v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

ReadyAPI Client Proxy

Version Downloads License Discord

The Ready API Client Proxy redirects requests to another server to avoid CORS issues. Works well with the Ready API Client.

Installation

npm install @readyapi/api-client-proxy

Usage

Create a new Node.js project and run the following code to run your own instance:

import { createApiClientProxy } from '@readyapi/api-client-proxy'

const { listen } = createApiClientProxy()

listen(5051, () => {
  console.log(`🥤 API Client Proxy listening on http://localhost:5051`)
})
0.0.1

1 year ago

0.5.24

1 year ago