Skip to content

FNNDSC/figlet-faas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Figlet as a Service

FaaS provides the FIGlet command over HTTP.

Usage

$ curl https://figlet.chrisproject.org/\?message=Hello+World

 _   _      _ _         _    _            _     _
| | | |    | | |       | |  | |          | |   | |
| |_| | ___| | | ___   | |  | | ___  _ __| | __| |
|  _  |/ _ \ | |/ _ \  | |/\| |/ _ \| '__| |/ _` |
| | | |  __/ | | (_) | \  /\  / (_) | |  | | (_| |
\_| |_/\___|_|_|\___/   \/  \/ \___/|_|  |_|\__,_|

Deployment on OpenShift

oc import-image nodejs:16 --from=quay.io/fedora/nodejs-16 --confirm
oc new-app nodejs:16~https://github.com/FNNDSC/figlet-faas.git

Releases

No releases published

Packages