/lab_apps

Apps that I use in my labs

Primary LanguageJavaScript

lab apps

A collection of apps that I use in my labs.

go-consumer

Consumes an endpoint every 10 seconds. Useful to track changes through logs.

Go version: 1.16

go-http

Listens on port 3000 and prints Hello and whatever value you assign to NAME env var.

Go version: 1.16

Dependencies: Fiber

node-consumer

Created to be used with node-mocked-api. Makes a request to an endpoint and returns JSON data.

node-mocked-api

Super simple mocked API in NodeJS.