tggl-proxy
TypeScript icon, indicating that this package has built-in type declarations

2.1.3 • Public • Published

Tggl Logo

Tggl Proxy

The Tggl Proxy can be run on you own infrastructure to serve as a middle-man between your application and the Tggl API to manage caching and batching.

🔗 Website📚 Documentation📦 NPM📦 Docker🎥 Videos

Usage

Create a docker-compose.yml file with the following content:

version: '3.9'
services:
  tggl:
    image: tggl/tggl-proxy
    environment:
      TGGL_API_KEY: YOUR_SERVER_API_KEY
    ports:
      - '3000:3000'

Now simply run:

docker-compose up

Dependencies (10)

Dev Dependencies (12)

Package Sidebar

Install

npm i tggl-proxy

Weekly Downloads

9

Version

2.1.3

License

ISC

Unpacked Size

55.7 kB

Total Files

22

Last publish

Collaborators

  • nick-keller