All Projects → alexellis → 2020

alexellis / 2020

Licence: MIT license
Make your own 2020 ASCII art

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to 2020

node8-express-template
Node.js 8 template for OpenFaaS with HTTP via Express.js
Stars: ✭ 16 (-38.46%)
Mutual labels:  faas, openfaas
openfaas-rstats-templates
OpenFaaS templates for R
Stars: ✭ 17 (-34.62%)
Mutual labels:  faas, openfaas
faas-fargate
OpenFaaS on AWS Fargate. Open source Functions as a Service without any infrastructure to manage
Stars: ✭ 50 (+92.31%)
Mutual labels:  faas, openfaas
openfass-node-restful-api
Simple example of an OpenFaaS RESTful API
Stars: ✭ 33 (+26.92%)
Mutual labels:  faas, openfaas
vcenter-connector
Extend vCenter with OpenFaaS
Stars: ✭ 29 (+11.54%)
Mutual labels:  faas, openfaas
node10-express-template
Node.js 10 Express Template for OpenFaaS
Stars: ✭ 26 (+0%)
Mutual labels:  faas, openfaas
Of Watchdog
Reverse proxy for STDIO and HTTP microservices
Stars: ✭ 175 (+573.08%)
Mutual labels:  faas
Docs
User documentation for Knative components.
Stars: ✭ 3,106 (+11846.15%)
Mutual labels:  faas
Laravel Bridge
Package to use Laravel on AWS Lambda with Bref
Stars: ✭ 168 (+546.15%)
Mutual labels:  faas
Denyenv Validating Admission Webhook
An Kubernetes validating admission webhook that rejects pods that use environment variables.
Stars: ✭ 144 (+453.85%)
Mutual labels:  faas
python-flask-template
HTTP and Flask-based OpenFaaS templates for Python 3
Stars: ✭ 76 (+192.31%)
Mutual labels:  faas
hashicorp-labs
Deploy locally on VM an Hashicorp cluster formed by Vault, Consul and Nomad. Ready for deploying and testing your apps.
Stars: ✭ 32 (+23.08%)
Mutual labels:  openfaas
Openwhisk Deploy Kube
The Apache OpenWhisk Kubernetes Deployment repository supports deploying the Apache OpenWhisk system on Kubernetes and OpenShift clusters.
Stars: ✭ 231 (+788.46%)
Mutual labels:  faas
Components
The Serverless Framework's new infrastructure provisioning technology — Build, compose, & deploy serverless apps in seconds...
Stars: ✭ 2,259 (+8588.46%)
Mutual labels:  faas
media
Press kit / Media pack for OpenFaaS
Stars: ✭ 44 (+69.23%)
Mutual labels:  openfaas
Faas Flow
Function Composition for OpenFaaS
Stars: ✭ 172 (+561.54%)
Mutual labels:  faas
openfaas-rust-template
An OpenFaaS template for writing functions in Rust
Stars: ✭ 29 (+11.54%)
Mutual labels:  openfaas
Knctl
Knative CLI
Stars: ✭ 163 (+526.92%)
Mutual labels:  faas
Malagu
Malagu Development Framework (QQ: 1013685855 钉钉群:31992376)
Stars: ✭ 196 (+653.85%)
Mutual labels:  faas
Bref
Serverless PHP on AWS Lambda
Stars: ✭ 2,382 (+9061.54%)
Mutual labels:  faas

2020

2020 in ASCII

What is it?

An OpenFaaS function using the node12 template.

This function is deployed on OpenFaaS Cloud using the free Community Cluster.

Usage

curl -s https://alexellis.o6s.io/ascii-2020?q=teamserverless

┏━━┓┏━━┓┏━━┓┏━━┓
┗━┓┃┃┏┓┃┗━┓┃┃┏┓┃
┏━┛┃┃┃┃┃┏━┛┃┃┃┃┃
 TEAMSERVERLESS
┃┏━┛┃┃┃┃┃┏━┛┃┃┃┃
┃┗━┓┃┗┛┃┃┗━┓┃┗┛┃
┗━━┛┗━━┛┗━━┛┗━━┛

Use a hashtag i.e. #openfaas:

curl -s https://alexellis.o6s.io/ascii-2020?q=%23openfaas

See other HTML encoding espressions

Or make your own link: https://alexellis.o6s.io/ascii-2020?q=teamserverless

Deploy it for yourself

You can deploy the 2020 function to your Raspberry Pi using OpenFaaS on k8s/k3s or faasd.

faas-cli deploy -f stack-armhf.yml

You can also build and deploy to a regular x86-64-based Kubernetes cluster using faas-cli up.

Backlog

  • Center the text when less than width of the 2020 text
  • Wrap the text when wider than the width of the 2020 text

Contributing

Commits need to be signed-off with git commit -s, don't submit through the GitHub UI.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].