Popularity
0.7
Declining
Activity
0.0
Stable
4
1
0
Monthly Downloads: 0
Programming language: Elixir
License: Do What The F*ck You Want To Public License
Tags:
Examples And Funny Stuff
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.
-
magnetissimo
Web application that indexes all popular torrent sites, and saves it to the local database. -
changelog.com
Changelog is news and podcast for developers. This is our open source platform. -
phoenix-chat-example
๐ฌ A Step-by-Step Beginners Tutorial for Building, Testing & Deploying a Chat app in Phoenix 1.6.7 ๐ -
real world example app
Exemplary real world application built with Elixir + Phoenix -
phoenix-liveview-counter-tutorial
๐คฏ beginners tutorial building a real time counter in Phoenix 1.6.7 + LiveView 0.17.9 โก๏ธ -
phoenix-ecto-encryption-example
๐ A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types -
coderplanets.com
coderplanets.com API(GraphQL) server, build with elixir, phoenix, absinthe -
phoenix-flux-react
An experiment with Phoenix Channels, GenEvents, React and Flux. -
hello_phoenix
Application template for SPAs with Phoenix, React and Redux -
phoenix-todo-list-tutorial
โ Complete beginners tutorial building a todo list from scratch in Phoenix 1.5.3 (latest) -
portal
A tutorial for shooting fault-tolerant portals for distributed data-transfer application in Elixir
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
Do you think we are missing an alternative of ex_iss or a related project?
Popular Comparisons
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:
Add ex_iss to your list of dependencies in
mix.exs
:def deps do [{:ex_iss, "~> 0.0.1"}] end
Ensure ex_iss is started before your application:
def application do [applications: [:ex_iss]] end