Skip to content

simple educational service to render text with FIGlet fonts

License

Notifications You must be signed in to change notification settings

Quard/asciiwrite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASCII Write

Render text with FIGlet fonts (ASCII Art font)

 / _ \ /  ___|/  __ \|_   _||_   _| | |  | |      (_)| |        
/ /_\ \\ `--. | /  \/  | |    | |   | |  | | _ __  _ | |_   ___ 
|  _  | `--. \| |      | |    | |   | |/\| || '__|| || __| / _ \
| | | |/\__/ /| \__/\ _| |_  _| |_  \  /\  /| |   | || |_ |  __/
\_| |_/\____/  \____/ \___/  \___/   \/  \/ |_|   |_| \__| \___|

my second educational project on Go

How to run

At first you need to save Firebase credentials json to config/credentials/asciiwrite-firebase.json

And then build and run docker image

docker build -f build/Docker.local -t asciiwrite .

docker run -e AUTHTOKEN=<token for uploading fonts> asciiwrite

or you could use build/Dockerfile to prepare an image and deploy to Google Cloud Run

API

api/openapi.yaml — swagger schema

third_party/redoc-static.html — rendered swagger schema info html

About

simple educational service to render text with FIGlet fonts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published