faheem2407/random-programming-language-generator

It will output a programming language name randomly,this is actually a fun project

v0.0.1 2024-06-11 20:10 UTC

This package is auto-updated.

Last update: 2024-09-11 21:02:32 UTC


README

How to use:

  • Make a route
  • inside that route's clousure create an object of class JokesGenerator: new JokesGenerator;
  • inside another route's clousure create an object of class LanguageGenerator: new LanguageGenerator;