8000 GitHub - Firiks/node-api-proxy: Proxy API requests from client to API Server
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Firiks/node-api-proxy

Repository files navigation

Api proxy server

Enables you to hide your API keys from clients.

Other features:

  • rate limiting
  • caching GET requests

Quick start:

  1. run npm install
  2. create .env from .env.example
  3. if you want to use local mongodb then run docker-compose up to start container
  4. edit ./seeds/seed.js to add your tokens and then run node ./seeds/seed.js to seed DB
  5. then run node index.js to start proxy server

About

Proxy API requests from client to API Server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0