/mobile_food_soda_client

Client library for accessing City of San Fanciscos SODA API for Mobile Food Facility Permit data-set.

Primary LanguageElixirMIT LicenseMIT

MobileFoodSodaClient

Elixir CI

Elixir client for San Franciscos' Mobile Food Facility Permit dataset SODA API.

Installation

Currently the library is not available on Hex, but the library may be utilized by adding the following to a projects dependencies in mix.exs:

def deps do
  [
    {:mobile_food_soda_client, github: "noteven/mobile_food_soda_client"}
  ]
end

Use

Testing

mix test