https://github.com/techgaun/wm-twitter
playing with webmachine based on http://seancribbs.com/tech/2016/07/14/webmachine-elixir-tutorial-2/
https://github.com/techgaun/wm-twitter
webmachine
Last synced: 7 months ago
JSON representation
playing with webmachine based on http://seancribbs.com/tech/2016/07/14/webmachine-elixir-tutorial-2/
- Host: GitHub
- URL: https://github.com/techgaun/wm-twitter
- Owner: techgaun
- Created: 2017-01-06T20:51:49.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-08T03:24:49.000Z (over 9 years ago)
- Last Synced: 2025-05-29T11:40:04.558Z (11 months ago)
- Topics: webmachine
- Language: Elixir
- Size: 35.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WmTweeter
> A webmachine example in Elixir
- `mix deps.get`
- `mix run --no-halt`
You can read the [full tutorial](http://seancribbs.com/tech/2016/07/07/webmachine-elixir-tutorial-1/) by Sean Cribbs.