Skip to content

jdherg/octopus-holdings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e652365 Β· Aug 30, 2022

History

74 Commits
Apr 12, 2021
Aug 30, 2022
Sep 24, 2021
Sep 24, 2021
May 14, 2018
Sep 23, 2021
Jul 9, 2015
May 8, 2018
Jul 9, 2015
Sep 17, 2021
Aug 30, 2022
Sep 20, 2021
Apr 7, 2021
Apr 7, 2021

Repository files navigation

πŸ™

Octopus Holdings is a website that translates a series of tokens (provided via the URL) into an emoji composition.

πŸ“

Octopus Holdings compositions are defined by a series of tokens in the URL that follow the domain (octopus.holdings(/token)*).

Octopus Holdings will likely always support the basic syntax (/alias)* where each alias is some alias for an emoji (like an emoji itself, one of the aliases that gemoji lists for it, or the hex codepoints joined by -). It renders as a stack of emoji corresponding to those aliases. A single alias alone (/foo ) is rendered with an octopus (equivalent to /foo/octopus) and no alias at all is rendered as a default emoji on top of the octopus (equivalent to /foo/octopus if foo is an alias for the default emoji). A token that isn't recognized by the website is rendered as ❓.

πŸ”€

There is one stabilized non-alias token: random will be rendered as a randomly selected emoji.

πŸ”¬

There are also experimental non-alias tokens. Syntax for these tokens hasn't specialized and URLs using them may be less likely to work in the future.

The first set of experimental tokens vary the emoji set that's used to render all of the aliases that follow them (up to the next emoji set token or. There are currently four supported emoji sets: noto_1, noto_2, twemoji_1, and fxemoji. For example, /noto_1/octopus/noto_2/octopus/twemoji_1/octopus/fxemoji/octopus is the octopus emoji as depicted in each of the four variants.

βš–οΈ

Details on third-party code/assets can be found in third_party.