0.0.1 • Published 2 years ago

@readyapi/api-client-proxy v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.5.24

2 years ago