Skip to content

diegoc-am/jargon-as-a-service

Repository files navigation

Jargon as a Service (JaaS)

Available at https://jaas.diegoc.io (limited to 60 rpm per IP, please be nice to my potato homelab)

Jargon that you might've heard in the workplace, or might want to use (at your own risk).

ui

Usage

GET /api/categories
GET /api/phrases/:category
GET /api/jargon

Self host

docker-compose.yml

services:
  jargon-aas:
    container_name: jargon-aas
    build: https://github.com/diegoc-am/jargon-as-a-service.git
    ports:
      - "9292:9292"
    environment:
      - RACK_ENV=production

Examples

Contributing

  1. Fork
  2. Add a category/phrases
  3. Submit a PR
  4. Talk to your co-workers

Credits

  • Heavily inspired by hotheadhacker/no-as-a-service, I said no to being creative with my own phrases and hijacked the ones in that repository. The other ones were created through LLMs

  • Years of software development

michael-scott.jpg

About

Pre-computed answers for (hopefully) banter in the workplace

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors