Unofficial Coinmarketcap.com API client

The following functions are available:

Installation

If available in Hex, the package can be installed as:

  1. Add coinmarketcap_com to your list of dependencies in mix.exs:

    def deps do

     [{:coinmarketcap_api_ex, "~> 0.0.1"}]

    end