Skip to content

justnat3/NameShed

Repository files navigation

Machine Naming API

Contributions welcome License PRs Welcome

Tests:
.github/workflows/apiTest.yml

What is this?

Do you hate giving machines static names for generated environments? Me too. That is why I created this simple API.

The goal this API is to dynamically generate arbitrary machine names for your end-devices, servers, etc.

Use it and/or contribute to this repo as you please. Open to PR's

image

How to Use

What options do I have for endpoints?

  • /prefixGen

    • This Endpoint requires a prefix=(String you wish to Prefix the result with), size=(Size of String generated)
    • Query example: /prefixGen?prefix=YourPrefix&size=5
  • /nameGen

    • This Endpoint requires a size=(Size of string generated)
    • /nameGen?size=5
  • /health

    • This Endpoint lets you know the API health
  • /

    • This Endpoint also lets you know the API health

Cheers, Nate-

About

API for generating machine names

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages