Bitcoin in your Elixir/Phoenix project

I’ve created a hex package to add bitcoin functionality to Elixir and Phoenix projects. Right now, the package supports one function call to return the current price of bitcoin. Check out the package here, bitcoin_price.

Add {:bitcoin_price, "~> 0.1.0"} to your dependency list and then run mix deps.get . Once added to a project, get the current bitcoin price with a call to BitcoinPrice.current(). I’ll be adding more functionality to the project, such as, percentage increase, total volume, historical data, future expectations, etc.

Check it out, if you find it useful please give it a star. Feel free to request features or give feedback.

BitBucket

4 Likes