Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-haskell/elm-harold
A chatbot written in Elm
https://github.com/ryan-haskell/elm-harold
chatbot elm nodejs
Last synced: about 1 month ago
JSON representation
A chatbot written in Elm
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-harold
- Owner: ryan-haskell
- Created: 2018-06-06T17:31:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T17:31:12.000Z (over 6 years ago)
- Last Synced: 2024-11-27T09:29:31.690Z (about 1 month ago)
- Topics: chatbot, elm, nodejs
- Language: Elm
- Homepage:
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Harold
> A chatbot written in Elm.### "y tho?"
I was wondering if I could run Elm on the backend, in a NodeJS environment.
I totally can. So that's neat.
It was also go`od practice with using ports in Elm, the way [Murphy Randle taught me](https://www.youtube.com/watch?v=P3pL85n9_5s)!
Also I got to try out [Joel's advice](https://robots.thoughtbot.com/problem-solving-with-maybe) on using the `Maybe` functions to keep uncertainty at the edge of my program.
Thanks, my dudes!
### Try it out:
1. `npm install`
1. `npm start`