asciified icon indicating copy to clipboard operation
asciified copied to clipboard

A simple ASCII Art API with a good-looking Web App.

                             ███   ███     ██████   ███               █████
                            ░░░   ░░░     ███░░███ ░░░               ░░███
  ██████    █████   ██████  ████  ████   ░███ ░░░  ████   ██████   ███████
 ░░░░░███  ███░░   ███░░███░░███ ░░███  ███████   ░░███  ███░░███ ███░░███
  ███████ ░░█████ ░███ ░░░  ░███  ░███ ░░░███░     ░███ ░███████ ░███ ░███
 ███░░███  ░░░░███░███  ███ ░███  ░███   ░███      ░███ ░███░░░  ░███ ░███
░░████████ ██████ ░░██████  █████ █████  █████     █████░░██████ ░░████████
 ░░░░░░░░ ░░░░░░   ░░░░░░  ░░░░░ ░░░░░  ░░░░░     ░░░░░  ░░░░░░   ░░░░░░░░

asciified

A simple ASCII Art API with a good-looking Web App.

made-with-javascript License: GPL v3

Web App

The web app is created using:

And using the following packages:

In the webapp the user can type something and see the asciified version in every font. The user can also easily copy the text and, if the text is too long, it gets converted into an image using dom-to-image. Anyway it is still copyable.

REST API

[GET] /api/v2/ascii

Parameters

  • text: the text to asciifiy
  • font (optional): the font

Returns

The asciified text.

[GET] /api/v2/fonts

Parameters

None

Returns

The list of available fonts

License

asciified is an open-source and free software released under the GNU GPL v3.