Skip to content

adoublef/names

Repository files navigation

names

A web API to generate random name pairings. Inspired by Glitch's friendly-words.

Overview

Naming is hard. This API provides a solution for generating random name pairings effortlessly.

API Endpoints

GET /

Returns a random pair of words.

Query Parameters:

  • separator: Optional. Specifies the separator type for the words. Possible values: 'hyphen', 'underscore', 'period'.

GET /words

Returns a random pair of words.

Query Parameters:

  • separator: Optional. Specifies the separator type for the words. Possible values: 'hyphen', 'underscore', 'period'.

GET /collections

Returns a pair of words synonymous with 'collection'.

Query Parameters:

  • separator: Optional. Specifies the separator type for the words. Possible values: 'hyphen', 'underscore', 'period'.

GET /teams

Returns a pair of words synonymous with 'team'.

Query Parameters:

  • separator: Optional. Specifies the separator type for the words. Possible values: 'hyphen', 'underscore', 'period'.

Architecture

Built using in Deno and hosted on Fly.io.

Resources

About

Generating project names can be easy 🙂

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published