/random-name-generator

Random name generator on Heroku

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

RandomNameGenerator

This is a random name generator written in Haskell, available at: https://whispering-shore-20690.herokuapp.com/. This heroku instance uses the Heroku Buildpack Stack as the deploy script.

Contributing

Contributions welcome!

You will need Stack to build and run locally. If you want to run on Heroku, then you will need to use the Haskell Stack Heroku buildpack to deploy.

To run locally:

stack build
stack exec -- randomNameGenerator

Then visit localhost:3000

To contribute, fork, make your changes, and open up a PR.

AWS Lambda

There is an AWS Lambda-deployed version of this here.