Skip to content

atomgiant/magic_8ball_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Elixir Magic8ball API

Overview

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

Setup

  1. Install the dependencies
mix deps.get
  1. Start the API app
iex -S mix
  1. Make a call to the API
curl localhost:8080/api/shake

API specs

About

An Elixir Magic 8ball API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages