doamatto / saluto

A simple way to give a random way to greet people.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Saluto!

A simple way to give a random way to greet people.

Building from source

  1. Install esbuild
  2. Build and run the bundler (esbuild salute.js --bundle --minify --sourcemap --outfile saluto.min.js)

or:

  1. Install Golang
  2. Run the bundler (go run main.go)

or: Use saluto.js directly.

The function will be available for whenever you decide to run it on your browser as saluto().

FAQ

Q: Why did you make this? I wanted to add a tiny gimick to the homepage of my site.
Q: Why isn't language X included? This is the version used on my portfolio, but you can add as many other greetings as you want. This is a very niche tool and meant to be more of a "Look and See" instead of a "deploy on your own" project.

About

A simple way to give a random way to greet people.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 58.1%Language:Go 41.9%