Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ikeohachidi/chapi
(WIP) Chapi is an extremely easy to use proxy to aid make those http requests you can't directly run on your application. Go backend, Vue frontend
https://github.com/ikeohachidi/chapi
environment-variables go http proxy tailwind tunnel vue
Last synced: 24 days ago
JSON representation
(WIP) Chapi is an extremely easy to use proxy to aid make those http requests you can't directly run on your application. Go backend, Vue frontend
- Host: GitHub
- URL: https://github.com/ikeohachidi/chapi
- Owner: ikeohachidi
- Created: 2021-07-18T13:53:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-04T19:50:08.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T19:22:14.401Z (6 months ago)
- Topics: environment-variables, go, http, proxy, tailwind, tunnel, vue
- Language: Vue
- Homepage: https://chapihq.com
- Size: 2.48 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![chapi-logo](https://user-images.githubusercontent.com/33000146/142728634-00dda139-164f-43f6-ac62-878e1ec4182b.png)
# Chapi
Chapi is an extremely easy to use proxy to aid make those http requests you can't directly run on your application.
It is a standalone application compiled into a single binary, Can be self hosted or use mine at [chapihq.com](https://chapihq.com)### Motivation (Reasons to use)
Numerous times i've wanted to use an API that required a private key to be part of the request somehow, in the header, url, or request body.These private keys are not hidden and can be easily found on your frontend Application and used for malicious purposes.
This may remind you of writing a firebase function and there are similarites but with chapi you don't have to write code and it's all done with a GUI.