make-public

1.2.0 • Public • Published

Make Public - Proxy Tool

A simple CLI tool to create a public proxy for any API using make-public. This is intended for breaking CORS restrictions.

Installation

You can run the tool directly using npx: (Always Recommended)

npx make-public <api-url>

Or install it globally:

npm install -g make-public

Usage

Run the command with the target API URL:

make-public https://example.com/api

This will create a public proxy to the provided API, allowing you to bypass CORS restrictions.

Example

Default API URL:

https://api.wordpress.org/secret-key/1.1/salt/

Proxied API URL:

https://prxi.vercel.app/CpupkG0d/secret-key/1.1/salt/

Disclaimer

This tool is intended for ethical use only. While i'm confident that, it will work in most cases but there is no guarantee for always work 100%. Please do not use it to harm, exploit, or violate the rights of others.

Features

  • Easy-to-use CLI interface
  • Lightweight and fast
  • Helps bypass CORS restrictions

📜 License

MIT License

Package Sidebar

Install

npm i make-public

Weekly Downloads

9

Version

1.2.0

License

MIT

Unpacked Size

163 kB

Total Files

4

Last publish

Collaborators

  • devababil