This repository contains a Magic8ball API written in Elixir.
This code is used to highlight elements of building APIs with Elixir using Plug as part of an Elixir talk given to the Triangle Elixir meetup.
See also: https://github.com/atomgiant/magic_8ball_phoenix
- Install the dependencies
mix deps.get
- Start the API app
iex -S mix
- Make a call to the API
curl localhost:8080/api/shake