Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 867 Bytes

File metadata and controls

24 lines (14 loc) · 867 Bytes

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.