Popularity
0.8
Declining
Activity
0.0
Stable
4
2
0

Monthly Downloads: 2
Programming language: Elixir
License: Do What The F*ck You Want To Public License

ex_iss alternatives and similar packages

Based on the "Examples and funny stuff" category.
Alternatively, view ex_iss alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ex_iss or a related project?

Add another 'Examples and funny stuff' Package

README

ExIss

TODO:

  • add documentation
  • Fix geocoding so that coords over an ocean at least display the name of an ocean

Installation

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

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

    def deps do
      [{:ex_iss, "~> 0.0.1"}]
    end
    
  2. Ensure ex_iss is started before your application:

    def application do
      [applications: [:ex_iss]]
    end