Skip to content

metacall/hasher-example

Repository files navigation

Create a hashing function using the Metacall FaaS

In this example we show how to use the Metacall FaaS to deploy a node function to hash some text and a frontend for the same


Metacall FaaS dashboard After deploying the application into the FaaS https://dashboard.metacall.io, it can be accessed with (change <your_alias> by the alias you used to sign up):

curl -X POST https://api.metacall.io/<your_alias>/metacall-hasher-example/v1/call/getHash -X POST --data '{ "text": "something" }'

or visit

https://api.metacall.io/<your_alias>/metacall-hasher-example/v1/static/index.html


Preview

preview

About

A landing page with a service that allows hashing text in different formats with NodeJS crypto library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published