Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

This is the application built on the Mixing It Up With Elixir course.

Notifications You must be signed in to change notification settings

codeschool/mixing-it-up-with-elixir-budget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Budget

This is the app built in the Mixing It Up With Elixir course.

This app makes a call to an external API hosted on Heroku. If at first the program fails, make sure the API is up by running:

curl -i cs-currency-rates.herokuapp.com/currency-rates

Installing

Once you clone the project, run mix deps.get to install the dependencies.

Running

Here's one way to run this project:

mix run -e "Budget.Conversion.from_euro_to_dollar(15) |> IO.puts"

About

This is the application built on the Mixing It Up With Elixir course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages