├── .gitignore
├── Makefile
├── Readme.md
├── data
└── urls.txt
└── ex
├── .formatter.exs
├── .gitignore
├── README.md
├── lib
└── ex.ex
├── mix.exs
├── mix.lock
└── test
├── ex_test.exs
└── test_helper.exs
/.gitignore:
--------------------------------------------------------------------------------
1 | src/
2 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | update:
2 | export UPDATER_ROOT=$$(pwd); cd ex && mix update
3 |
4 | umbrellas:
5 | export UPDATER_ROOT=$$(pwd); cd ex && mix umbrellas
6 |
7 |
8 | readme:
9 | export UPDATER_ROOT=$$(pwd); cd ex && mix readme
10 |
11 | size:
12 | du -sh src/github.com/* | sort -h
13 |
--------------------------------------------------------------------------------
/Readme.md:
--------------------------------------------------------------------------------
1 | ## Examples for full-featured open source Phoenix applications
2 |
3 |
4 | Found here:
5 | - https://github.com/topics/elixir-phoenix
6 | - https://github.com/search?l=elixir&p=1&q=stars%3A%3E1&s=updated&type=Repositories
7 | - https://github.com/droptheplot/awesome-phoenix
8 |
9 |
10 | ## Running the update
11 |
12 | ```bash
13 | $ make update
14 | ```
15 | ## Showing all umbrella projects
16 |
17 | ```bash
18 | $ make umbrellas
19 | ```
20 |
21 | ### Umbrellas
22 |
23 | - [almightycouch/gitgud](https://github.com/almightycouch/gitgud)
24 | - [artemis-platform/artemis_teams](https://github.com/artemis-platform/artemis_teams)
25 | - [aviacommerce/avia](https://github.com/aviacommerce/avia)
26 | - [buddygg/buddy_matching](https://github.com/buddygg/buddy_matching)
27 | - [captainfact/captain-fact-api](https://github.com/captainfact/captain-fact-api)
28 | - [civilcode/acme-ex](https://github.com/civilcode/acme-ex)
29 | - [ehealth-ua/ehealth.api](https://github.com/ehealth-ua/ehealth.api)
30 | - [elixirseattle/tanx](https://github.com/elixirseattle/tanx)
31 | - [eve-of-darkness/eve-of-darkness](https://github.com/eve-of-darkness/eve-of-darkness)
32 | - [fremantle-capital/tai](https://github.com/fremantle-capital/tai)
33 | - [joaquimadraz/opensubs.io](https://github.com/joaquimadraz/opensubs.io)
34 | - [loomnetwork/blockscout](https://github.com/loomnetwork/blockscout)
35 | - [mbta/api](https://github.com/mbta/api)
36 | - [oestrich/grapevine](https://github.com/oestrich/grapevine)
37 | - [omgnetwork/elixir-omg](https://github.com/omgnetwork/elixir-omg)
38 | - [omgnetwork/elixir-omg/tree/master/priv/perf](https://github.com/omgnetwork/elixir-omg/tree/master/priv/perf)
39 | - [omgnetwork/ewallet](https://github.com/omgnetwork/ewallet)
40 | - [poanetwork/blockscout](https://github.com/poanetwork/blockscout)
41 | - [richmorin/pa_all/tree/master/PA_elixir/server](https://github.com/richmorin/pa_all/tree/master/PA_elixir/server)
42 | - [ruby2elixir/emcasa-backend](https://github.com/ruby2elixir/emcasa-backend)
43 | - [sergiotapia/magnetissimo](https://github.com/sergiotapia/magnetissimo)
44 | - [simplabs/breethe-server](https://github.com/simplabs/breethe-server)
45 | - [statuspal/statuspal](https://github.com/statuspal/statuspal)
46 |
47 |
48 | ### Navigation
49 |
50 | - [By Name](#by-name)
51 | - [By Activity](#by-activity)
52 | - [By CommitCount](#by-commitcount)
53 | - [By Popularity](#by-popularity)
54 |
55 | ### By Name
56 |
57 | - [access-company/antikythera](https://github.com/access-company/antikythera) - Elixir framework to build your own in-house PaaS
( 2022-10-19 / 313 commits / 161 stars )
58 | - [acconrad/peergym](https://github.com/acconrad/peergym) - A health and fitness club directory written in Elixir/Phoenix
( 2018-06-27 / 150 commits / 5 stars )
59 | - [AlloyCI/alloy_ci](https://github.com/AlloyCI/alloy_ci) - Continuous Integration, Deployment, and Delivery coordinator, written in Elixir.
( 2022-01-07 / 528 commits / 289 stars )
60 | - [andersju/webbkoll](https://github.com/andersju/webbkoll) - An online tool that checks how a website is doing with regards to privacy
( 2022-11-10 / 456 commits / 270 stars )
61 | - [artemis-platform/artemis_teams](https://github.com/artemis-platform/artemis_teams) - Collaborative Team-Based Tools written in Elixir and Phoenix
( 2021-05-13 / 1310 commits / 3 stars )
62 | - [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server) - Web app for hosting asciicasts
( 2022-04-29 / 2510 commits / 1993 stars )
63 | - [astarte-platform/astarte_data_updater_plant](https://github.com/astarte-platform/astarte_data_updater_plant) - Outdated Astarte platform data updater service repository.
( 2019-12-09 / 750 commits / 4 stars )
64 | - [astarte-platform/astarte_rpc](https://github.com/astarte-platform/astarte_rpc) - Astarte platform RPC protocol buffers and Elixir AMQP clients.
( 2022-10-24 / 506 commits / 3 stars )
65 | - [audioslides/audioslides.io](https://github.com/audioslides/audioslides.io) - Use Amazon Polly, Google Slides and FFMpeg to create videos that can be updated at anytime by anyone. This project is written in Elixir.
( 2019-09-09 / 482 commits / 19 stars )
66 | - [aviacommerce/avia](https://github.com/aviacommerce/avia) - open source e-commerce framework
( 2022-08-08 / 774 commits / 478 stars )
67 | - [axelclark/ex338](https://github.com/axelclark/ex338) - Web application to manage the 338 Challenge fantasy sports league
( 2022-08-17 / 994 commits / 17 stars )
68 | - [barsoom/review](https://github.com/barsoom/review) - A tool for commit-by-commit code review of repositories on GitHub
( 2020-06-28 / 512 commits / 29 stars )
69 | - [blockscout/blockscout](https://github.com/blockscout/blockscout) - Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
( 2022-09-05 / 10888 commits / 2071 stars )
70 | - [Bluetab/td-audit](https://github.com/Bluetab/td-audit) - Event management service for truedat project
( 2022-10-31 / 491 commits / 2 stars )
71 | - [Bluetab/td-bg](https://github.com/Bluetab/td-bg) - TdBG is a back-end service developed as part of True Dat project that supports the genearation of a Business Glossary
( 2022-10-31 / 1730 commits / 5 stars )
72 | - [Bluetab/td-ie](https://github.com/Bluetab/td-ie) - /truedat Ingest Engine back-end service
( 2022-10-31 / 399 commits / 0 stars )
73 | - [Bluetab/td-se](https://github.com/Bluetab/td-se) - /truedat Search Engine back-end service
( 2022-10-31 / 185 commits / 0 stars )
74 | - [bors-ng/bors-ng](https://github.com/bors-ng/bors-ng) - 👁 A merge bot for GitHub Pull Requests
( 2022-11-09 / 2316 commits / 1368 stars )
75 | - [BuddyGG/buddy_matching](https://github.com/BuddyGG/buddy_matching) - Somewhat generic player matching service built with Elixir and Phoenix
( 2019-03-02 / 346 commits / 63 stars )
76 | - [cancoin/bitcoin-voyager](https://github.com/cancoin/bitcoin-voyager) - Websocket and REST Server for querying Libbitcoin Server
( 2016-12-02 / 48 commits / 13 stars )
77 | - [CaptainFact/captain-fact-api](https://github.com/CaptainFact/captain-fact-api) - 🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
( 2019-04-02 / 961 commits / 177 stars )
78 | - [cesium/safira](https://github.com/cesium/safira) - safira platform (intra 2.0)
( 2022-06-07 / 281 commits / 37 stars )
79 | - [code-corps/code-corps-api](https://github.com/code-corps/code-corps-api) - Elixir/Phoenix API for Code Corps.
( 2018-03-24 / 1211 commits / 235 stars )
80 | - [cruessler/lafamiglia](https://github.com/cruessler/lafamiglia) - Browser-based strategic multiplayer game
( 2022-03-13 / 846 commits / 2 stars )
81 | - [danbruder/whiteboard](https://github.com/danbruder/whiteboard) - Multi-user real time whiteboard
( 2018-03-21 / 15 commits / 0 stars )
82 | - [danhper/opencov](https://github.com/danhper/opencov) - Open source code coverage history webapp
( 2021-11-05 / 246 commits / 299 stars )
83 | - [dbstratta/margaret](https://github.com/dbstratta/margaret) - 👩🚀 A publishing platform. An open-source alternative to Medium.
( 2019-05-13 / 1206 commits / 86 stars )
84 | - [derpibooru/philomena](https://github.com/derpibooru/philomena) - Next-generation imageboard
( 2022-09-04 / 1840 commits / 177 stars )
85 | - [derrickreimer/level](https://github.com/derrickreimer/level) - Team communication optimized for deep work
( 2019-09-29 / 2918 commits / 1007 stars )
86 | - [digitalnatives/course_planner](https://github.com/digitalnatives/course_planner) - An application to manage educational courses
( 2018-03-24 / 1730 commits / 35 stars )
87 | - [djthread/lucidboard](https://github.com/djthread/lucidboard) - A realtime, collaborative kanban tool, built on Elixir, Phoenix, and LiveView.
( 2019-12-12 / 281 commits / 79 stars )
88 | - [dreamingechoes/diversity-in-tech](https://github.com/dreamingechoes/diversity-in-tech) - Phoenix application to rate tech companies according to how diverse friendly they are.
( 2018-08-24 / 150 commits / 7 stars )
89 | - [dreamingechoes/retrospectivex](https://github.com/dreamingechoes/retrospectivex) - Phoenix application to create retrospective boards.
( 2019-01-20 / 230 commits / 5 stars )
90 | - [dwyl/bestevidence](https://github.com/dwyl/bestevidence) - City, University of London BestEvidence app
( 2018-11-14 / 753 commits / 11 stars )
91 | - [dwyl/phoenix-ecto-encryption-example](https://github.com/dwyl/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
( 2022-11-08 / 199 commits / 234 stars )
92 | - [EdgeCommander/edge-commander](https://github.com/EdgeCommander/edge-commander) - Device Management & Monitoring Application
( 2018-09-10 / 808 commits / 7 stars )
93 | - [edgurgel/httparrot](https://github.com/edgurgel/httparrot) - HTTP Request & Response Server. An incomplete clone of http://httpbin.org
( 2020-07-15 / 196 commits / 84 stars )
94 | - [ehealth-ua/ehealth.api](https://github.com/ehealth-ua/ehealth.api) -
( 2019-06-07 / 4338 commits / 8 stars )
95 | - [ElixirSeattle/tanx](https://github.com/ElixirSeattle/tanx) - Tank game created by the Programming Elixir study group
( 2019-04-05 / 229 commits / 110 stars )
96 | - [ellie-app/ellie](https://github.com/ellie-app/ellie) - The Elm Live Editor
( 2020-04-12 / 364 commits / 694 stars )
97 | - [emadb/rovex](https://github.com/emadb/rovex) - A multi mars rover implementation in Elixir.
( 2021-04-13 / 81 commits / 7 stars )
98 | - [eteubert/open_adventure_capitalist](https://github.com/eteubert/open_adventure_capitalist) - A Phoenix LiveView experiment. Simple implementation of Adventure Capitalist.
( 2019-03-17 / 7 commits / 14 stars )
99 | - [Eve-of-Darkness/eve-of-darkness](https://github.com/Eve-of-Darkness/eve-of-darkness) - Dark Age of Camelot Server
( 2019-09-11 / 66 commits / 15 stars )
100 | - [firestormforum/firestorm](https://github.com/firestormforum/firestorm) - An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
( 2019-10-03 / 212 commits / 966 stars )
101 | - [framasoft/mobilizon](https://github.com/framasoft/mobilizon) - Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
( 2022-11-08 / 5281 commits / 240 stars )
102 | - [fremantle-industries/tai](https://github.com/fremantle-industries/tai) - A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
( 2022-01-25 / 1999 commits / 400 stars )
103 | - [freshcom/freshcom-api](https://github.com/freshcom/freshcom-api) - Deprecated
( 2018-10-16 / 776 commits / 42 stars )
104 | - [GBH/loaded.bike](https://github.com/GBH/loaded.bike) - Phoenix/Elixir web app for exploring and sharing bicycle touring routes
( 2018-01-07 / 232 commits / 47 stars )
105 | - [Glimesh/glimesh.tv](https://github.com/Glimesh/glimesh.tv) - Glimesh is a next generation live streaming platform built by the community, for the community.
( 2022-10-15 / 903 commits / 384 stars )
106 | - [HackerExperience/Helix](https://github.com/HackerExperience/Helix) -
( 2018-07-28 / 1512 commits / 53 stars )
107 | - [hashrocket/tilex](https://github.com/hashrocket/tilex) - Today I Learned
( 2022-11-04 / 1424 commits / 474 stars )
108 | - [healthlocker/healthlocker](https://github.com/healthlocker/healthlocker) - Inspire and motivate people to stay well.
( 2018-06-22 / 2972 commits / 70 stars )
109 | - [hexlet-codebattle/codebattle](https://github.com/hexlet-codebattle/codebattle) - Codebattle game
( 2022-10-30 / 3071 commits / 269 stars )
110 | - [hexpm/hexpm](https://github.com/hexpm/hexpm) - API server and website for Hex
( 2022-11-08 / 2626 commits / 940 stars )
111 | - [infinityoneframework/infinity_one](https://github.com/infinityoneframework/infinity_one) - A Team Collaboration Suite
( 2018-05-20 / 526 commits / 20 stars )
112 | - [instedd/active-monitoring](https://github.com/instedd/active-monitoring) -
( 2020-03-05 / 327 commits / 2 stars )
113 | - [instedd/aida](https://github.com/instedd/aida) -
( 2018-10-04 / 481 commits / 9 stars )
114 | - [instedd/surveda](https://github.com/instedd/surveda) - InSTEDD Surveda
( 2022-11-01 / 3437 commits / 13 stars )
115 | - [jchristgit/bolt](https://github.com/jchristgit/bolt) - A Discord guild moderation bot for managing large servers, based on Nostrum.
( 2022-10-19 / 1393 commits / 40 stars )
116 | - [joaquimadraz/opensubs.io](https://github.com/joaquimadraz/opensubs.io) - Track recurring bills and subscriptions
( 2018-10-04 / 258 commits / 37 stars )
117 | - [johndavedecano/CoderJobs](https://github.com/johndavedecano/CoderJobs) - A job board application built using Elixir and Phoenix Framework.
( 2018-06-26 / 76 commits / 26 stars )
118 | - [kenforthewin/mentat](https://github.com/kenforthewin/mentat) - scalable group chat with tags and pretty good privacy.
( 2021-04-10 / 88 commits / 91 stars )
119 | - [LittleKidogo/mula_spender](https://github.com/LittleKidogo/mula_spender) - Some automated forms to aid in our spending
( 2018-03-28 / 556 commits / 3 stars )
120 | - [Logflare/logflare](https://github.com/Logflare/logflare) - Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.
( 2022-11-03 / 4460 commits / 411 stars )
121 | - [loomnetwork/blockscout](https://github.com/loomnetwork/blockscout) -
( 2019-10-07 / 4163 commits / 16 stars )
122 | - [mainmatter/breethe-server](https://github.com/mainmatter/breethe-server) - Air Quality Data for Locations around the World
( 2022-09-19 / 397 commits / 39 stars )
123 | - [maxim/cx_leaderboard](https://github.com/maxim/cx_leaderboard) - Elixir library for fast, customizable leaderboards
( 2019-06-08 / 74 commits / 18 stars )
124 | - [mbta/api](https://github.com/mbta/api) - V3 MBTA API
( 2022-11-08 / 488 commits / 63 stars )
125 | - [mgwidmann/slack_coder](https://github.com/mgwidmann/slack_coder) - Slack Bot for watching your Github & CI builds
( 2017-11-27 / 643 commits / 15 stars )
126 | - [mirego/accent](https://github.com/mirego/accent) - The first developer-oriented translation tool. True asynchronous flow between translators and your team.
( 2022-09-27 / 532 commits / 890 stars )
127 | - [mozilla/reticulum](https://github.com/mozilla/reticulum) - Phoenix web server for hubs.mozilla.com
( 2022-11-09 / 2936 commits / 385 stars )
128 | - [Nagasaki45/krihelinator](https://github.com/Nagasaki45/krihelinator) - "Trendiness of open source software should be assessed by contribution rate, not by stars" - Meir Kriheli
( 2020-04-09 / 298 commits / 44 stars )
129 | - [ninjarab/hydra](https://github.com/ninjarab/hydra) - Hydra is a free tool for predicting stock prices using technical analysis
( 2018-06-17 / 3 commits / 6 stars )
130 | - [oestrich/ex_venture](https://github.com/oestrich/ex_venture) - Text based MMORPG engine written in Elixir
( 2021-06-09 / 117 commits / 622 stars )
131 | - [oestrich/grapevine](https://github.com/oestrich/grapevine) - The MUD Chat Network
( 2021-02-16 / 1209 commits / 141 stars )
132 | - [oestrich/spigot](https://github.com/oestrich/spigot) - A telnet test server for Grapevine's web client
( 2020-02-04 / 102 commits / 5 stars )
133 | - [omgnetwork/elixir-omg](https://github.com/omgnetwork/elixir-omg) - OMG-Network repository of Watcher and Watcher Info
( 2020-10-29 / 4365 commits / 209 stars )
134 | - [omgnetwork/ewallet](https://github.com/omgnetwork/ewallet) - eWallet Backend for the OmiseGO SDKs.
( 2020-01-14 / 826 commits / 320 stars )
135 | - [operable/cog](https://github.com/operable/cog) - Bringing the power of the command line to chat
( 2018-07-11 / 2568 commits / 919 stars )
136 | - [papercups-io/papercups](https://github.com/papercups-io/papercups) - Open-source live customer chat
( 2022-05-10 / 958 commits / 5038 stars )
137 | - [pcorey/inject_detect](https://github.com/pcorey/inject_detect) -
( 2017-09-26 / 278 commits / 10 stars )
138 | - [pedromtavares/moba](https://github.com/pedromtavares/moba) - A turn-based browser RPG built with Phoenix LiveView
( 2022-10-06 / 361 commits / 144 stars )
139 | - [plausible/analytics](https://github.com/plausible/analytics) - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
( 2022-11-10 / 1759 commits / 12971 stars )
140 | - [puemos/riso](https://github.com/puemos/riso) - Riso - An open source developers recruiting tool
( 2019-01-13 / 72 commits / 1 stars )
141 | - [redrabbit/git.limo](https://github.com/redrabbit/git.limo) - A Git source code management tool powered by Elixir with easy installation & high extensibility.
( 2022-10-13 / 1549 commits / 467 stars )
142 | - [ResiliaDev/Planga](https://github.com/ResiliaDev/Planga) - Planga: Seamless Instant Chat Service
( 2019-01-17 / 391 commits / 33 stars )
143 | - [RichMorin/PA_all](https://github.com/RichMorin/PA_all) - Code and Data files for Pete's Alley
( 2020-02-21 / 80 commits / 0 stars )
144 | - [rizafahmi/elixirjobs](https://github.com/rizafahmi/elixirjobs) - Job portal for Alchemist
( 2017-10-22 / 169 commits / 128 stars )
145 | - [rrrene/elixirstatus-web](https://github.com/rrrene/elixirstatus-web) - Community site for Elixir project/blog post/version updates
( 2019-12-16 / 285 commits / 276 stars )
146 | - [ruby2elixir/emcasa-backend/](https://github.com/ruby2elixir/emcasa-backend/) - Clone for now private repo: github.com/emcasa/backend
( 2019-08-29 / 3600 commits / 4 stars )
147 | - [santiment/sanbase2](https://github.com/santiment/sanbase2) - The GraphQL API server used in Sanbase, Sanapi and all services using Sanapi
( 2022-11-10 / 10816 commits / 75 stars )
148 | - [sb8244/okr_app_pub](https://github.com/sb8244/okr_app_pub) - Public snapshot of OKR App
( 2019-07-07 / 5 commits / 15 stars )
149 | - [sep/planet_ex](https://github.com/sep/planet_ex) - Blog aggregator
( 2020-09-01 / 129 commits / 13 stars )
150 | - [sergiotapia/magnetissimo](https://github.com/sergiotapia/magnetissimo) - Web application that indexes all popular torrent sites, and saves it to the local database.
( 2019-02-27 / 37 commits / 2598 stars )
151 | - [source-academy/backend](https://github.com/source-academy/backend) - Backend of online learning environment Source Academy @ NUS (Elixir, Ecto, Phoenix, PostgreSQL)
( 2022-10-09 / 686 commits / 24 stars )
152 | - [statuspal/statuspal](https://github.com/statuspal/statuspal) - Statuspal lets you communicate your web apps/services status 📡
( 2018-07-03 / 181 commits / 202 stars )
153 | - [straw-hat-labs/straw_hat_review](https://github.com/straw-hat-labs/straw_hat_review) - Review System
( 2018-05-21 / 435 commits / 11 stars )
154 | - [thoughtbot/community](https://github.com/thoughtbot/community) -
( 2018-08-23 / 106 commits / 22 stars )
155 | - [thoughtbot/constable](https://github.com/thoughtbot/constable) - Better company announcements
( 2021-09-01 / 983 commits / 515 stars )
156 | - [usecanvas/api-v2](https://github.com/usecanvas/api-v2) -
( 2017-04-04 / 486 commits / 110 stars )
157 | - [valo/melodica-inventory](https://github.com/valo/melodica-inventory) - The inventory system for biggest Bulgarian wedding agency
( 2019-06-17 / 210 commits / 7 stars )
158 | - [vutuv/vutuv](https://github.com/vutuv/vutuv) - vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
( 2020-08-03 / 1179 commits / 282 stars )
159 | - [zooniverse/designator](https://github.com/zooniverse/designator) - Smart subject selector (used to be called CellectEx)
( 2022-05-12 / 197 commits / 2 stars )
160 | - [zven21/mipha](https://github.com/zven21/mipha) - Proj Elixir Forum build with phoenix 1.5.
( 2020-09-28 / 266 commits / 157 stars )
161 | - [https://gitlab.com/code-stats/code-stats](https://gitlab.com/code-stats/code-stats) - ---
( --- / 0 commits / 0 stars )
162 | - [https://gitlab.com/stressgrid/stressgrid](https://gitlab.com/stressgrid/stressgrid) - ---
( --- / 0 commits / 0 stars )
163 |
164 |
165 | [⬆ Navigation](#navigation)
166 |
167 | ### By CommitCount
168 |
169 | - [blockscout/blockscout](https://github.com/blockscout/blockscout) - Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
(10888 commits / 2071 stars / 2022-09-05 )
170 | - [santiment/sanbase2](https://github.com/santiment/sanbase2) - The GraphQL API server used in Sanbase, Sanapi and all services using Sanapi
(10816 commits / 75 stars / 2022-11-10 )
171 | - [framasoft/mobilizon](https://github.com/framasoft/mobilizon) - Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
(5281 commits / 240 stars / 2022-11-08 )
172 | - [Logflare/logflare](https://github.com/Logflare/logflare) - Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.
(4460 commits / 411 stars / 2022-11-03 )
173 | - [omgnetwork/elixir-omg](https://github.com/omgnetwork/elixir-omg) - OMG-Network repository of Watcher and Watcher Info
(4365 commits / 209 stars / 2020-10-29 )
174 | - [ehealth-ua/ehealth.api](https://github.com/ehealth-ua/ehealth.api) -
(4338 commits / 8 stars / 2019-06-07 )
175 | - [loomnetwork/blockscout](https://github.com/loomnetwork/blockscout) -
(4163 commits / 16 stars / 2019-10-07 )
176 | - [ruby2elixir/emcasa-backend/](https://github.com/ruby2elixir/emcasa-backend/) - Clone for now private repo: github.com/emcasa/backend
(3600 commits / 4 stars / 2019-08-29 )
177 | - [instedd/surveda](https://github.com/instedd/surveda) - InSTEDD Surveda
(3437 commits / 13 stars / 2022-11-01 )
178 | - [hexlet-codebattle/codebattle](https://github.com/hexlet-codebattle/codebattle) - Codebattle game
(3071 commits / 269 stars / 2022-10-30 )
179 | - [healthlocker/healthlocker](https://github.com/healthlocker/healthlocker) - Inspire and motivate people to stay well.
(2972 commits / 70 stars / 2018-06-22 )
180 | - [mozilla/reticulum](https://github.com/mozilla/reticulum) - Phoenix web server for hubs.mozilla.com
(2936 commits / 385 stars / 2022-11-09 )
181 | - [derrickreimer/level](https://github.com/derrickreimer/level) - Team communication optimized for deep work
(2918 commits / 1007 stars / 2019-09-29 )
182 | - [hexpm/hexpm](https://github.com/hexpm/hexpm) - API server and website for Hex
(2626 commits / 940 stars / 2022-11-08 )
183 | - [operable/cog](https://github.com/operable/cog) - Bringing the power of the command line to chat
(2568 commits / 919 stars / 2018-07-11 )
184 | - [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server) - Web app for hosting asciicasts
(2510 commits / 1993 stars / 2022-04-29 )
185 | - [bors-ng/bors-ng](https://github.com/bors-ng/bors-ng) - 👁 A merge bot for GitHub Pull Requests
(2316 commits / 1368 stars / 2022-11-09 )
186 | - [fremantle-industries/tai](https://github.com/fremantle-industries/tai) - A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
(1999 commits / 400 stars / 2022-01-25 )
187 | - [derpibooru/philomena](https://github.com/derpibooru/philomena) - Next-generation imageboard
(1840 commits / 177 stars / 2022-09-04 )
188 | - [plausible/analytics](https://github.com/plausible/analytics) - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
(1759 commits / 12971 stars / 2022-11-10 )
189 | - [Bluetab/td-bg](https://github.com/Bluetab/td-bg) - TdBG is a back-end service developed as part of True Dat project that supports the genearation of a Business Glossary
(1730 commits / 5 stars / 2022-10-31 )
190 | - [digitalnatives/course_planner](https://github.com/digitalnatives/course_planner) - An application to manage educational courses
(1730 commits / 35 stars / 2018-03-24 )
191 | - [redrabbit/git.limo](https://github.com/redrabbit/git.limo) - A Git source code management tool powered by Elixir with easy installation & high extensibility.
(1549 commits / 467 stars / 2022-10-13 )
192 | - [HackerExperience/Helix](https://github.com/HackerExperience/Helix) -
(1512 commits / 53 stars / 2018-07-28 )
193 | - [hashrocket/tilex](https://github.com/hashrocket/tilex) - Today I Learned
(1424 commits / 474 stars / 2022-11-04 )
194 | - [jchristgit/bolt](https://github.com/jchristgit/bolt) - A Discord guild moderation bot for managing large servers, based on Nostrum.
(1393 commits / 40 stars / 2022-10-19 )
195 | - [artemis-platform/artemis_teams](https://github.com/artemis-platform/artemis_teams) - Collaborative Team-Based Tools written in Elixir and Phoenix
(1310 commits / 3 stars / 2021-05-13 )
196 | - [code-corps/code-corps-api](https://github.com/code-corps/code-corps-api) - Elixir/Phoenix API for Code Corps.
(1211 commits / 235 stars / 2018-03-24 )
197 | - [oestrich/grapevine](https://github.com/oestrich/grapevine) - The MUD Chat Network
(1209 commits / 141 stars / 2021-02-16 )
198 | - [dbstratta/margaret](https://github.com/dbstratta/margaret) - 👩🚀 A publishing platform. An open-source alternative to Medium.
(1206 commits / 86 stars / 2019-05-13 )
199 | - [vutuv/vutuv](https://github.com/vutuv/vutuv) - vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
(1179 commits / 282 stars / 2020-08-03 )
200 | - [axelclark/ex338](https://github.com/axelclark/ex338) - Web application to manage the 338 Challenge fantasy sports league
(994 commits / 17 stars / 2022-08-17 )
201 | - [thoughtbot/constable](https://github.com/thoughtbot/constable) - Better company announcements
(983 commits / 515 stars / 2021-09-01 )
202 | - [CaptainFact/captain-fact-api](https://github.com/CaptainFact/captain-fact-api) - 🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
(961 commits / 177 stars / 2019-04-02 )
203 | - [papercups-io/papercups](https://github.com/papercups-io/papercups) - Open-source live customer chat
(958 commits / 5038 stars / 2022-05-10 )
204 | - [Glimesh/glimesh.tv](https://github.com/Glimesh/glimesh.tv) - Glimesh is a next generation live streaming platform built by the community, for the community.
(903 commits / 384 stars / 2022-10-15 )
205 | - [cruessler/lafamiglia](https://github.com/cruessler/lafamiglia) - Browser-based strategic multiplayer game
(846 commits / 2 stars / 2022-03-13 )
206 | - [omgnetwork/ewallet](https://github.com/omgnetwork/ewallet) - eWallet Backend for the OmiseGO SDKs.
(826 commits / 320 stars / 2020-01-14 )
207 | - [EdgeCommander/edge-commander](https://github.com/EdgeCommander/edge-commander) - Device Management & Monitoring Application
(808 commits / 7 stars / 2018-09-10 )
208 | - [freshcom/freshcom-api](https://github.com/freshcom/freshcom-api) - Deprecated
(776 commits / 42 stars / 2018-10-16 )
209 | - [aviacommerce/avia](https://github.com/aviacommerce/avia) - open source e-commerce framework
(774 commits / 478 stars / 2022-08-08 )
210 | - [dwyl/bestevidence](https://github.com/dwyl/bestevidence) - City, University of London BestEvidence app
(753 commits / 11 stars / 2018-11-14 )
211 | - [astarte-platform/astarte_data_updater_plant](https://github.com/astarte-platform/astarte_data_updater_plant) - Outdated Astarte platform data updater service repository.
(750 commits / 4 stars / 2019-12-09 )
212 | - [source-academy/backend](https://github.com/source-academy/backend) - Backend of online learning environment Source Academy @ NUS (Elixir, Ecto, Phoenix, PostgreSQL)
(686 commits / 24 stars / 2022-10-09 )
213 | - [mgwidmann/slack_coder](https://github.com/mgwidmann/slack_coder) - Slack Bot for watching your Github & CI builds
(643 commits / 15 stars / 2017-11-27 )
214 | - [LittleKidogo/mula_spender](https://github.com/LittleKidogo/mula_spender) - Some automated forms to aid in our spending
(556 commits / 3 stars / 2018-03-28 )
215 | - [mirego/accent](https://github.com/mirego/accent) - The first developer-oriented translation tool. True asynchronous flow between translators and your team.
(532 commits / 890 stars / 2022-09-27 )
216 | - [AlloyCI/alloy_ci](https://github.com/AlloyCI/alloy_ci) - Continuous Integration, Deployment, and Delivery coordinator, written in Elixir.
(528 commits / 289 stars / 2022-01-07 )
217 | - [infinityoneframework/infinity_one](https://github.com/infinityoneframework/infinity_one) - A Team Collaboration Suite
(526 commits / 20 stars / 2018-05-20 )
218 | - [barsoom/review](https://github.com/barsoom/review) - A tool for commit-by-commit code review of repositories on GitHub
(512 commits / 29 stars / 2020-06-28 )
219 | - [astarte-platform/astarte_rpc](https://github.com/astarte-platform/astarte_rpc) - Astarte platform RPC protocol buffers and Elixir AMQP clients.
(506 commits / 3 stars / 2022-10-24 )
220 | - [Bluetab/td-audit](https://github.com/Bluetab/td-audit) - Event management service for truedat project
(491 commits / 2 stars / 2022-10-31 )
221 | - [mbta/api](https://github.com/mbta/api) - V3 MBTA API
(488 commits / 63 stars / 2022-11-08 )
222 | - [usecanvas/api-v2](https://github.com/usecanvas/api-v2) -
(486 commits / 110 stars / 2017-04-04 )
223 | - [audioslides/audioslides.io](https://github.com/audioslides/audioslides.io) - Use Amazon Polly, Google Slides and FFMpeg to create videos that can be updated at anytime by anyone. This project is written in Elixir.
(482 commits / 19 stars / 2019-09-09 )
224 | - [instedd/aida](https://github.com/instedd/aida) -
(481 commits / 9 stars / 2018-10-04 )
225 | - [andersju/webbkoll](https://github.com/andersju/webbkoll) - An online tool that checks how a website is doing with regards to privacy
(456 commits / 270 stars / 2022-11-10 )
226 | - [straw-hat-labs/straw_hat_review](https://github.com/straw-hat-labs/straw_hat_review) - Review System
(435 commits / 11 stars / 2018-05-21 )
227 | - [Bluetab/td-ie](https://github.com/Bluetab/td-ie) - /truedat Ingest Engine back-end service
(399 commits / 0 stars / 2022-10-31 )
228 | - [mainmatter/breethe-server](https://github.com/mainmatter/breethe-server) - Air Quality Data for Locations around the World
(397 commits / 39 stars / 2022-09-19 )
229 | - [ResiliaDev/Planga](https://github.com/ResiliaDev/Planga) - Planga: Seamless Instant Chat Service
(391 commits / 33 stars / 2019-01-17 )
230 | - [ellie-app/ellie](https://github.com/ellie-app/ellie) - The Elm Live Editor
(364 commits / 694 stars / 2020-04-12 )
231 | - [pedromtavares/moba](https://github.com/pedromtavares/moba) - A turn-based browser RPG built with Phoenix LiveView
(361 commits / 144 stars / 2022-10-06 )
232 | - [BuddyGG/buddy_matching](https://github.com/BuddyGG/buddy_matching) - Somewhat generic player matching service built with Elixir and Phoenix
(346 commits / 63 stars / 2019-03-02 )
233 | - [instedd/active-monitoring](https://github.com/instedd/active-monitoring) -
(327 commits / 2 stars / 2020-03-05 )
234 | - [access-company/antikythera](https://github.com/access-company/antikythera) - Elixir framework to build your own in-house PaaS
(313 commits / 161 stars / 2022-10-19 )
235 | - [Nagasaki45/krihelinator](https://github.com/Nagasaki45/krihelinator) - "Trendiness of open source software should be assessed by contribution rate, not by stars" - Meir Kriheli
(298 commits / 44 stars / 2020-04-09 )
236 | - [rrrene/elixirstatus-web](https://github.com/rrrene/elixirstatus-web) - Community site for Elixir project/blog post/version updates
(285 commits / 276 stars / 2019-12-16 )
237 | - [cesium/safira](https://github.com/cesium/safira) - safira platform (intra 2.0)
(281 commits / 37 stars / 2022-06-07 )
238 | - [djthread/lucidboard](https://github.com/djthread/lucidboard) - A realtime, collaborative kanban tool, built on Elixir, Phoenix, and LiveView.
(281 commits / 79 stars / 2019-12-12 )
239 | - [pcorey/inject_detect](https://github.com/pcorey/inject_detect) -
(278 commits / 10 stars / 2017-09-26 )
240 | - [zven21/mipha](https://github.com/zven21/mipha) - Proj Elixir Forum build with phoenix 1.5.
(266 commits / 157 stars / 2020-09-28 )
241 | - [joaquimadraz/opensubs.io](https://github.com/joaquimadraz/opensubs.io) - Track recurring bills and subscriptions
(258 commits / 37 stars / 2018-10-04 )
242 | - [danhper/opencov](https://github.com/danhper/opencov) - Open source code coverage history webapp
(246 commits / 299 stars / 2021-11-05 )
243 | - [GBH/loaded.bike](https://github.com/GBH/loaded.bike) - Phoenix/Elixir web app for exploring and sharing bicycle touring routes
(232 commits / 47 stars / 2018-01-07 )
244 | - [dreamingechoes/retrospectivex](https://github.com/dreamingechoes/retrospectivex) - Phoenix application to create retrospective boards.
(230 commits / 5 stars / 2019-01-20 )
245 | - [ElixirSeattle/tanx](https://github.com/ElixirSeattle/tanx) - Tank game created by the Programming Elixir study group
(229 commits / 110 stars / 2019-04-05 )
246 | - [firestormforum/firestorm](https://github.com/firestormforum/firestorm) - An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
(212 commits / 966 stars / 2019-10-03 )
247 | - [valo/melodica-inventory](https://github.com/valo/melodica-inventory) - The inventory system for biggest Bulgarian wedding agency
(210 commits / 7 stars / 2019-06-17 )
248 | - [dwyl/phoenix-ecto-encryption-example](https://github.com/dwyl/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
(199 commits / 234 stars / 2022-11-08 )
249 | - [zooniverse/designator](https://github.com/zooniverse/designator) - Smart subject selector (used to be called CellectEx)
(197 commits / 2 stars / 2022-05-12 )
250 | - [edgurgel/httparrot](https://github.com/edgurgel/httparrot) - HTTP Request & Response Server. An incomplete clone of http://httpbin.org
(196 commits / 84 stars / 2020-07-15 )
251 | - [Bluetab/td-se](https://github.com/Bluetab/td-se) - /truedat Search Engine back-end service
(185 commits / 0 stars / 2022-10-31 )
252 | - [statuspal/statuspal](https://github.com/statuspal/statuspal) - Statuspal lets you communicate your web apps/services status 📡
(181 commits / 202 stars / 2018-07-03 )
253 | - [rizafahmi/elixirjobs](https://github.com/rizafahmi/elixirjobs) - Job portal for Alchemist
(169 commits / 128 stars / 2017-10-22 )
254 | - [acconrad/peergym](https://github.com/acconrad/peergym) - A health and fitness club directory written in Elixir/Phoenix
(150 commits / 5 stars / 2018-06-27 )
255 | - [dreamingechoes/diversity-in-tech](https://github.com/dreamingechoes/diversity-in-tech) - Phoenix application to rate tech companies according to how diverse friendly they are.
(150 commits / 7 stars / 2018-08-24 )
256 | - [sep/planet_ex](https://github.com/sep/planet_ex) - Blog aggregator
(129 commits / 13 stars / 2020-09-01 )
257 | - [oestrich/ex_venture](https://github.com/oestrich/ex_venture) - Text based MMORPG engine written in Elixir
(117 commits / 622 stars / 2021-06-09 )
258 | - [thoughtbot/community](https://github.com/thoughtbot/community) -
(106 commits / 22 stars / 2018-08-23 )
259 | - [oestrich/spigot](https://github.com/oestrich/spigot) - A telnet test server for Grapevine's web client
(102 commits / 5 stars / 2020-02-04 )
260 | - [kenforthewin/mentat](https://github.com/kenforthewin/mentat) - scalable group chat with tags and pretty good privacy.
(88 commits / 91 stars / 2021-04-10 )
261 | - [emadb/rovex](https://github.com/emadb/rovex) - A multi mars rover implementation in Elixir.
(81 commits / 7 stars / 2021-04-13 )
262 | - [RichMorin/PA_all](https://github.com/RichMorin/PA_all) - Code and Data files for Pete's Alley
(80 commits / 0 stars / 2020-02-21 )
263 | - [johndavedecano/CoderJobs](https://github.com/johndavedecano/CoderJobs) - A job board application built using Elixir and Phoenix Framework.
(76 commits / 26 stars / 2018-06-26 )
264 | - [maxim/cx_leaderboard](https://github.com/maxim/cx_leaderboard) - Elixir library for fast, customizable leaderboards
(74 commits / 18 stars / 2019-06-08 )
265 | - [puemos/riso](https://github.com/puemos/riso) - Riso - An open source developers recruiting tool
(72 commits / 1 stars / 2019-01-13 )
266 | - [Eve-of-Darkness/eve-of-darkness](https://github.com/Eve-of-Darkness/eve-of-darkness) - Dark Age of Camelot Server
(66 commits / 15 stars / 2019-09-11 )
267 | - [cancoin/bitcoin-voyager](https://github.com/cancoin/bitcoin-voyager) - Websocket and REST Server for querying Libbitcoin Server
(48 commits / 13 stars / 2016-12-02 )
268 | - [sergiotapia/magnetissimo](https://github.com/sergiotapia/magnetissimo) - Web application that indexes all popular torrent sites, and saves it to the local database.
(37 commits / 2598 stars / 2019-02-27 )
269 | - [danbruder/whiteboard](https://github.com/danbruder/whiteboard) - Multi-user real time whiteboard
(15 commits / 0 stars / 2018-03-21 )
270 | - [eteubert/open_adventure_capitalist](https://github.com/eteubert/open_adventure_capitalist) - A Phoenix LiveView experiment. Simple implementation of Adventure Capitalist.
(7 commits / 14 stars / 2019-03-17 )
271 | - [sb8244/okr_app_pub](https://github.com/sb8244/okr_app_pub) - Public snapshot of OKR App
(5 commits / 15 stars / 2019-07-07 )
272 | - [ninjarab/hydra](https://github.com/ninjarab/hydra) - Hydra is a free tool for predicting stock prices using technical analysis
(3 commits / 6 stars / 2018-06-17 )
273 | - [https://gitlab.com/code-stats/code-stats](https://gitlab.com/code-stats/code-stats) - ---
(0 commits / 0 stars / --- )
274 | - [https://gitlab.com/stressgrid/stressgrid](https://gitlab.com/stressgrid/stressgrid) - ---
(0 commits / 0 stars / --- )
275 |
276 | [⬆ Navigation](#navigation)
277 |
278 | ### By Activity
279 |
280 | - [santiment/sanbase2](https://github.com/santiment/sanbase2) - The GraphQL API server used in Sanbase, Sanapi and all services using Sanapi
( 2022-11-10 / 10816 commits / 75 stars )
281 | - [andersju/webbkoll](https://github.com/andersju/webbkoll) - An online tool that checks how a website is doing with regards to privacy
( 2022-11-10 / 456 commits / 270 stars )
282 | - [plausible/analytics](https://github.com/plausible/analytics) - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
( 2022-11-10 / 1759 commits / 12971 stars )
283 | - [mozilla/reticulum](https://github.com/mozilla/reticulum) - Phoenix web server for hubs.mozilla.com
( 2022-11-09 / 2936 commits / 385 stars )
284 | - [bors-ng/bors-ng](https://github.com/bors-ng/bors-ng) - 👁 A merge bot for GitHub Pull Requests
( 2022-11-09 / 2316 commits / 1368 stars )
285 | - [dwyl/phoenix-ecto-encryption-example](https://github.com/dwyl/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
( 2022-11-08 / 199 commits / 234 stars )
286 | - [mbta/api](https://github.com/mbta/api) - V3 MBTA API
( 2022-11-08 / 488 commits / 63 stars )
287 | - [framasoft/mobilizon](https://github.com/framasoft/mobilizon) - Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
( 2022-11-08 / 5281 commits / 240 stars )
288 | - [hexpm/hexpm](https://github.com/hexpm/hexpm) - API server and website for Hex
( 2022-11-08 / 2626 commits / 940 stars )
289 | - [hashrocket/tilex](https://github.com/hashrocket/tilex) - Today I Learned
( 2022-11-04 / 1424 commits / 474 stars )
290 | - [Logflare/logflare](https://github.com/Logflare/logflare) - Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.
( 2022-11-03 / 4460 commits / 411 stars )
291 | - [instedd/surveda](https://github.com/instedd/surveda) - InSTEDD Surveda
( 2022-11-01 / 3437 commits / 13 stars )
292 | - [Bluetab/td-bg](https://github.com/Bluetab/td-bg) - TdBG is a back-end service developed as part of True Dat project that supports the genearation of a Business Glossary
( 2022-10-31 / 1730 commits / 5 stars )
293 | - [Bluetab/td-ie](https://github.com/Bluetab/td-ie) - /truedat Ingest Engine back-end service
( 2022-10-31 / 399 commits / 0 stars )
294 | - [Bluetab/td-se](https://github.com/Bluetab/td-se) - /truedat Search Engine back-end service
( 2022-10-31 / 185 commits / 0 stars )
295 | - [Bluetab/td-audit](https://github.com/Bluetab/td-audit) - Event management service for truedat project
( 2022-10-31 / 491 commits / 2 stars )
296 | - [hexlet-codebattle/codebattle](https://github.com/hexlet-codebattle/codebattle) - Codebattle game
( 2022-10-30 / 3071 commits / 269 stars )
297 | - [astarte-platform/astarte_rpc](https://github.com/astarte-platform/astarte_rpc) - Astarte platform RPC protocol buffers and Elixir AMQP clients.
( 2022-10-24 / 506 commits / 3 stars )
298 | - [jchristgit/bolt](https://github.com/jchristgit/bolt) - A Discord guild moderation bot for managing large servers, based on Nostrum.
( 2022-10-19 / 1393 commits / 40 stars )
299 | - [access-company/antikythera](https://github.com/access-company/antikythera) - Elixir framework to build your own in-house PaaS
( 2022-10-19 / 313 commits / 161 stars )
300 | - [Glimesh/glimesh.tv](https://github.com/Glimesh/glimesh.tv) - Glimesh is a next generation live streaming platform built by the community, for the community.
( 2022-10-15 / 903 commits / 384 stars )
301 | - [redrabbit/git.limo](https://github.com/redrabbit/git.limo) - A Git source code management tool powered by Elixir with easy installation & high extensibility.
( 2022-10-13 / 1549 commits / 467 stars )
302 | - [source-academy/backend](https://github.com/source-academy/backend) - Backend of online learning environment Source Academy @ NUS (Elixir, Ecto, Phoenix, PostgreSQL)
( 2022-10-09 / 686 commits / 24 stars )
303 | - [pedromtavares/moba](https://github.com/pedromtavares/moba) - A turn-based browser RPG built with Phoenix LiveView
( 2022-10-06 / 361 commits / 144 stars )
304 | - [mirego/accent](https://github.com/mirego/accent) - The first developer-oriented translation tool. True asynchronous flow between translators and your team.
( 2022-09-27 / 532 commits / 890 stars )
305 | - [mainmatter/breethe-server](https://github.com/mainmatter/breethe-server) - Air Quality Data for Locations around the World
( 2022-09-19 / 397 commits / 39 stars )
306 | - [blockscout/blockscout](https://github.com/blockscout/blockscout) - Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
( 2022-09-05 / 10888 commits / 2071 stars )
307 | - [derpibooru/philomena](https://github.com/derpibooru/philomena) - Next-generation imageboard
( 2022-09-04 / 1840 commits / 177 stars )
308 | - [axelclark/ex338](https://github.com/axelclark/ex338) - Web application to manage the 338 Challenge fantasy sports league
( 2022-08-17 / 994 commits / 17 stars )
309 | - [aviacommerce/avia](https://github.com/aviacommerce/avia) - open source e-commerce framework
( 2022-08-08 / 774 commits / 478 stars )
310 | - [cesium/safira](https://github.com/cesium/safira) - safira platform (intra 2.0)
( 2022-06-07 / 281 commits / 37 stars )
311 | - [zooniverse/designator](https://github.com/zooniverse/designator) - Smart subject selector (used to be called CellectEx)
( 2022-05-12 / 197 commits / 2 stars )
312 | - [papercups-io/papercups](https://github.com/papercups-io/papercups) - Open-source live customer chat
( 2022-05-10 / 958 commits / 5038 stars )
313 | - [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server) - Web app for hosting asciicasts
( 2022-04-29 / 2510 commits / 1993 stars )
314 | - [cruessler/lafamiglia](https://github.com/cruessler/lafamiglia) - Browser-based strategic multiplayer game
( 2022-03-13 / 846 commits / 2 stars )
315 | - [fremantle-industries/tai](https://github.com/fremantle-industries/tai) - A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
( 2022-01-25 / 1999 commits / 400 stars )
316 | - [AlloyCI/alloy_ci](https://github.com/AlloyCI/alloy_ci) - Continuous Integration, Deployment, and Delivery coordinator, written in Elixir.
( 2022-01-07 / 528 commits / 289 stars )
317 | - [danhper/opencov](https://github.com/danhper/opencov) - Open source code coverage history webapp
( 2021-11-05 / 246 commits / 299 stars )
318 | - [thoughtbot/constable](https://github.com/thoughtbot/constable) - Better company announcements
( 2021-09-01 / 983 commits / 515 stars )
319 | - [oestrich/ex_venture](https://github.com/oestrich/ex_venture) - Text based MMORPG engine written in Elixir
( 2021-06-09 / 117 commits / 622 stars )
320 | - [artemis-platform/artemis_teams](https://github.com/artemis-platform/artemis_teams) - Collaborative Team-Based Tools written in Elixir and Phoenix
( 2021-05-13 / 1310 commits / 3 stars )
321 | - [emadb/rovex](https://github.com/emadb/rovex) - A multi mars rover implementation in Elixir.
( 2021-04-13 / 81 commits / 7 stars )
322 | - [kenforthewin/mentat](https://github.com/kenforthewin/mentat) - scalable group chat with tags and pretty good privacy.
( 2021-04-10 / 88 commits / 91 stars )
323 | - [oestrich/grapevine](https://github.com/oestrich/grapevine) - The MUD Chat Network
( 2021-02-16 / 1209 commits / 141 stars )
324 | - [omgnetwork/elixir-omg](https://github.com/omgnetwork/elixir-omg) - OMG-Network repository of Watcher and Watcher Info
( 2020-10-29 / 4365 commits / 209 stars )
325 | - [zven21/mipha](https://github.com/zven21/mipha) - Proj Elixir Forum build with phoenix 1.5.
( 2020-09-28 / 266 commits / 157 stars )
326 | - [sep/planet_ex](https://github.com/sep/planet_ex) - Blog aggregator
( 2020-09-01 / 129 commits / 13 stars )
327 | - [vutuv/vutuv](https://github.com/vutuv/vutuv) - vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
( 2020-08-03 / 1179 commits / 282 stars )
328 | - [edgurgel/httparrot](https://github.com/edgurgel/httparrot) - HTTP Request & Response Server. An incomplete clone of http://httpbin.org
( 2020-07-15 / 196 commits / 84 stars )
329 | - [barsoom/review](https://github.com/barsoom/review) - A tool for commit-by-commit code review of repositories on GitHub
( 2020-06-28 / 512 commits / 29 stars )
330 | - [ellie-app/ellie](https://github.com/ellie-app/ellie) - The Elm Live Editor
( 2020-04-12 / 364 commits / 694 stars )
331 | - [Nagasaki45/krihelinator](https://github.com/Nagasaki45/krihelinator) - "Trendiness of open source software should be assessed by contribution rate, not by stars" - Meir Kriheli
( 2020-04-09 / 298 commits / 44 stars )
332 | - [instedd/active-monitoring](https://github.com/instedd/active-monitoring) -
( 2020-03-05 / 327 commits / 2 stars )
333 | - [RichMorin/PA_all](https://github.com/RichMorin/PA_all) - Code and Data files for Pete's Alley
( 2020-02-21 / 80 commits / 0 stars )
334 | - [oestrich/spigot](https://github.com/oestrich/spigot) - A telnet test server for Grapevine's web client
( 2020-02-04 / 102 commits / 5 stars )
335 | - [omgnetwork/ewallet](https://github.com/omgnetwork/ewallet) - eWallet Backend for the OmiseGO SDKs.
( 2020-01-14 / 826 commits / 320 stars )
336 | - [rrrene/elixirstatus-web](https://github.com/rrrene/elixirstatus-web) - Community site for Elixir project/blog post/version updates
( 2019-12-16 / 285 commits / 276 stars )
337 | - [djthread/lucidboard](https://github.com/djthread/lucidboard) - A realtime, collaborative kanban tool, built on Elixir, Phoenix, and LiveView.
( 2019-12-12 / 281 commits / 79 stars )
338 | - [astarte-platform/astarte_data_updater_plant](https://github.com/astarte-platform/astarte_data_updater_plant) - Outdated Astarte platform data updater service repository.
( 2019-12-09 / 750 commits / 4 stars )
339 | - [loomnetwork/blockscout](https://github.com/loomnetwork/blockscout) -
( 2019-10-07 / 4163 commits / 16 stars )
340 | - [firestormforum/firestorm](https://github.com/firestormforum/firestorm) - An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
( 2019-10-03 / 212 commits / 966 stars )
341 | - [derrickreimer/level](https://github.com/derrickreimer/level) - Team communication optimized for deep work
( 2019-09-29 / 2918 commits / 1007 stars )
342 | - [Eve-of-Darkness/eve-of-darkness](https://github.com/Eve-of-Darkness/eve-of-darkness) - Dark Age of Camelot Server
( 2019-09-11 / 66 commits / 15 stars )
343 | - [audioslides/audioslides.io](https://github.com/audioslides/audioslides.io) - Use Amazon Polly, Google Slides and FFMpeg to create videos that can be updated at anytime by anyone. This project is written in Elixir.
( 2019-09-09 / 482 commits / 19 stars )
344 | - [ruby2elixir/emcasa-backend/](https://github.com/ruby2elixir/emcasa-backend/) - Clone for now private repo: github.com/emcasa/backend
( 2019-08-29 / 3600 commits / 4 stars )
345 | - [sb8244/okr_app_pub](https://github.com/sb8244/okr_app_pub) - Public snapshot of OKR App
( 2019-07-07 / 5 commits / 15 stars )
346 | - [valo/melodica-inventory](https://github.com/valo/melodica-inventory) - The inventory system for biggest Bulgarian wedding agency
( 2019-06-17 / 210 commits / 7 stars )
347 | - [maxim/cx_leaderboard](https://github.com/maxim/cx_leaderboard) - Elixir library for fast, customizable leaderboards
( 2019-06-08 / 74 commits / 18 stars )
348 | - [ehealth-ua/ehealth.api](https://github.com/ehealth-ua/ehealth.api) -
( 2019-06-07 / 4338 commits / 8 stars )
349 | - [dbstratta/margaret](https://github.com/dbstratta/margaret) - 👩🚀 A publishing platform. An open-source alternative to Medium.
( 2019-05-13 / 1206 commits / 86 stars )
350 | - [ElixirSeattle/tanx](https://github.com/ElixirSeattle/tanx) - Tank game created by the Programming Elixir study group
( 2019-04-05 / 229 commits / 110 stars )
351 | - [CaptainFact/captain-fact-api](https://github.com/CaptainFact/captain-fact-api) - 🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
( 2019-04-02 / 961 commits / 177 stars )
352 | - [eteubert/open_adventure_capitalist](https://github.com/eteubert/open_adventure_capitalist) - A Phoenix LiveView experiment. Simple implementation of Adventure Capitalist.
( 2019-03-17 / 7 commits / 14 stars )
353 | - [BuddyGG/buddy_matching](https://github.com/BuddyGG/buddy_matching) - Somewhat generic player matching service built with Elixir and Phoenix
( 2019-03-02 / 346 commits / 63 stars )
354 | - [sergiotapia/magnetissimo](https://github.com/sergiotapia/magnetissimo) - Web application that indexes all popular torrent sites, and saves it to the local database.
( 2019-02-27 / 37 commits / 2598 stars )
355 | - [dreamingechoes/retrospectivex](https://github.com/dreamingechoes/retrospectivex) - Phoenix application to create retrospective boards.
( 2019-01-20 / 230 commits / 5 stars )
356 | - [ResiliaDev/Planga](https://github.com/ResiliaDev/Planga) - Planga: Seamless Instant Chat Service
( 2019-01-17 / 391 commits / 33 stars )
357 | - [puemos/riso](https://github.com/puemos/riso) - Riso - An open source developers recruiting tool
( 2019-01-13 / 72 commits / 1 stars )
358 | - [dwyl/bestevidence](https://github.com/dwyl/bestevidence) - City, University of London BestEvidence app
( 2018-11-14 / 753 commits / 11 stars )
359 | - [freshcom/freshcom-api](https://github.com/freshcom/freshcom-api) - Deprecated
( 2018-10-16 / 776 commits / 42 stars )
360 | - [instedd/aida](https://github.com/instedd/aida) -
( 2018-10-04 / 481 commits / 9 stars )
361 | - [joaquimadraz/opensubs.io](https://github.com/joaquimadraz/opensubs.io) - Track recurring bills and subscriptions
( 2018-10-04 / 258 commits / 37 stars )
362 | - [EdgeCommander/edge-commander](https://github.com/EdgeCommander/edge-commander) - Device Management & Monitoring Application
( 2018-09-10 / 808 commits / 7 stars )
363 | - [dreamingechoes/diversity-in-tech](https://github.com/dreamingechoes/diversity-in-tech) - Phoenix application to rate tech companies according to how diverse friendly they are.
( 2018-08-24 / 150 commits / 7 stars )
364 | - [thoughtbot/community](https://github.com/thoughtbot/community) -
( 2018-08-23 / 106 commits / 22 stars )
365 | - [HackerExperience/Helix](https://github.com/HackerExperience/Helix) -
( 2018-07-28 / 1512 commits / 53 stars )
366 | - [operable/cog](https://github.com/operable/cog) - Bringing the power of the command line to chat
( 2018-07-11 / 2568 commits / 919 stars )
367 | - [statuspal/statuspal](https://github.com/statuspal/statuspal) - Statuspal lets you communicate your web apps/services status 📡
( 2018-07-03 / 181 commits / 202 stars )
368 | - [acconrad/peergym](https://github.com/acconrad/peergym) - A health and fitness club directory written in Elixir/Phoenix
( 2018-06-27 / 150 commits / 5 stars )
369 | - [johndavedecano/CoderJobs](https://github.com/johndavedecano/CoderJobs) - A job board application built using Elixir and Phoenix Framework.
( 2018-06-26 / 76 commits / 26 stars )
370 | - [healthlocker/healthlocker](https://github.com/healthlocker/healthlocker) - Inspire and motivate people to stay well.
( 2018-06-22 / 2972 commits / 70 stars )
371 | - [ninjarab/hydra](https://github.com/ninjarab/hydra) - Hydra is a free tool for predicting stock prices using technical analysis
( 2018-06-17 / 3 commits / 6 stars )
372 | - [straw-hat-labs/straw_hat_review](https://github.com/straw-hat-labs/straw_hat_review) - Review System
( 2018-05-21 / 435 commits / 11 stars )
373 | - [infinityoneframework/infinity_one](https://github.com/infinityoneframework/infinity_one) - A Team Collaboration Suite
( 2018-05-20 / 526 commits / 20 stars )
374 | - [LittleKidogo/mula_spender](https://github.com/LittleKidogo/mula_spender) - Some automated forms to aid in our spending
( 2018-03-28 / 556 commits / 3 stars )
375 | - [digitalnatives/course_planner](https://github.com/digitalnatives/course_planner) - An application to manage educational courses
( 2018-03-24 / 1730 commits / 35 stars )
376 | - [code-corps/code-corps-api](https://github.com/code-corps/code-corps-api) - Elixir/Phoenix API for Code Corps.
( 2018-03-24 / 1211 commits / 235 stars )
377 | - [danbruder/whiteboard](https://github.com/danbruder/whiteboard) - Multi-user real time whiteboard
( 2018-03-21 / 15 commits / 0 stars )
378 | - [GBH/loaded.bike](https://github.com/GBH/loaded.bike) - Phoenix/Elixir web app for exploring and sharing bicycle touring routes
( 2018-01-07 / 232 commits / 47 stars )
379 | - [mgwidmann/slack_coder](https://github.com/mgwidmann/slack_coder) - Slack Bot for watching your Github & CI builds
( 2017-11-27 / 643 commits / 15 stars )
380 | - [rizafahmi/elixirjobs](https://github.com/rizafahmi/elixirjobs) - Job portal for Alchemist
( 2017-10-22 / 169 commits / 128 stars )
381 | - [pcorey/inject_detect](https://github.com/pcorey/inject_detect) -
( 2017-09-26 / 278 commits / 10 stars )
382 | - [usecanvas/api-v2](https://github.com/usecanvas/api-v2) -
( 2017-04-04 / 486 commits / 110 stars )
383 | - [cancoin/bitcoin-voyager](https://github.com/cancoin/bitcoin-voyager) - Websocket and REST Server for querying Libbitcoin Server
( 2016-12-02 / 48 commits / 13 stars )
384 | - [https://gitlab.com/code-stats/code-stats](https://gitlab.com/code-stats/code-stats) - ---
( --- / 0 commits / 0 stars )
385 | - [https://gitlab.com/stressgrid/stressgrid](https://gitlab.com/stressgrid/stressgrid) - ---
( --- / 0 commits / 0 stars )
386 |
387 |
388 | [⬆ Navigation](#navigation)
389 |
390 | ### By Popularity
391 |
392 | - [plausible/analytics](https://github.com/plausible/analytics) - Simple, open-source, lightweight (< 1 KB) and privacy-friendly web analytics alternative to Google Analytics.
(12971 stars / 2022-11-10 / 1759 commits )
393 | - [papercups-io/papercups](https://github.com/papercups-io/papercups) - Open-source live customer chat
(5038 stars / 2022-05-10 / 958 commits )
394 | - [sergiotapia/magnetissimo](https://github.com/sergiotapia/magnetissimo) - Web application that indexes all popular torrent sites, and saves it to the local database.
(2598 stars / 2019-02-27 / 37 commits )
395 | - [blockscout/blockscout](https://github.com/blockscout/blockscout) - Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains.
(2071 stars / 2022-09-05 / 10888 commits )
396 | - [asciinema/asciinema-server](https://github.com/asciinema/asciinema-server) - Web app for hosting asciicasts
(1993 stars / 2022-04-29 / 2510 commits )
397 | - [bors-ng/bors-ng](https://github.com/bors-ng/bors-ng) - 👁 A merge bot for GitHub Pull Requests
(1368 stars / 2022-11-09 / 2316 commits )
398 | - [derrickreimer/level](https://github.com/derrickreimer/level) - Team communication optimized for deep work
(1007 stars / 2019-09-29 / 2918 commits )
399 | - [firestormforum/firestorm](https://github.com/firestormforum/firestorm) - An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend.
(966 stars / 2019-10-03 / 212 commits )
400 | - [hexpm/hexpm](https://github.com/hexpm/hexpm) - API server and website for Hex
(940 stars / 2022-11-08 / 2626 commits )
401 | - [operable/cog](https://github.com/operable/cog) - Bringing the power of the command line to chat
(919 stars / 2018-07-11 / 2568 commits )
402 | - [mirego/accent](https://github.com/mirego/accent) - The first developer-oriented translation tool. True asynchronous flow between translators and your team.
(890 stars / 2022-09-27 / 532 commits )
403 | - [ellie-app/ellie](https://github.com/ellie-app/ellie) - The Elm Live Editor
(694 stars / 2020-04-12 / 364 commits )
404 | - [oestrich/ex_venture](https://github.com/oestrich/ex_venture) - Text based MMORPG engine written in Elixir
(622 stars / 2021-06-09 / 117 commits )
405 | - [thoughtbot/constable](https://github.com/thoughtbot/constable) - Better company announcements
(515 stars / 2021-09-01 / 983 commits )
406 | - [aviacommerce/avia](https://github.com/aviacommerce/avia) - open source e-commerce framework
(478 stars / 2022-08-08 / 774 commits )
407 | - [hashrocket/tilex](https://github.com/hashrocket/tilex) - Today I Learned
(474 stars / 2022-11-04 / 1424 commits )
408 | - [redrabbit/git.limo](https://github.com/redrabbit/git.limo) - A Git source code management tool powered by Elixir with easy installation & high extensibility.
(467 stars / 2022-10-13 / 1549 commits )
409 | - [Logflare/logflare](https://github.com/Logflare/logflare) - Never get surprised by a logging bill again. Centralized structured logging for Cloudflare, Vercel, Elixir and Javascript.
(411 stars / 2022-11-03 / 4460 commits )
410 | - [fremantle-industries/tai](https://github.com/fremantle-industries/tai) - A composable, real time, market data and trade execution toolkit. Built with Elixir, runs on the Erlang virtual machine
(400 stars / 2022-01-25 / 1999 commits )
411 | - [mozilla/reticulum](https://github.com/mozilla/reticulum) - Phoenix web server for hubs.mozilla.com
(385 stars / 2022-11-09 / 2936 commits )
412 | - [Glimesh/glimesh.tv](https://github.com/Glimesh/glimesh.tv) - Glimesh is a next generation live streaming platform built by the community, for the community.
(384 stars / 2022-10-15 / 903 commits )
413 | - [omgnetwork/ewallet](https://github.com/omgnetwork/ewallet) - eWallet Backend for the OmiseGO SDKs.
(320 stars / 2020-01-14 / 826 commits )
414 | - [danhper/opencov](https://github.com/danhper/opencov) - Open source code coverage history webapp
(299 stars / 2021-11-05 / 246 commits )
415 | - [AlloyCI/alloy_ci](https://github.com/AlloyCI/alloy_ci) - Continuous Integration, Deployment, and Delivery coordinator, written in Elixir.
(289 stars / 2022-01-07 / 528 commits )
416 | - [vutuv/vutuv](https://github.com/vutuv/vutuv) - vutuv is a business network. Think of it as a fast, secure and less annoying open-source alternative for LinkedIn or XING.
(282 stars / 2020-08-03 / 1179 commits )
417 | - [rrrene/elixirstatus-web](https://github.com/rrrene/elixirstatus-web) - Community site for Elixir project/blog post/version updates
(276 stars / 2019-12-16 / 285 commits )
418 | - [andersju/webbkoll](https://github.com/andersju/webbkoll) - An online tool that checks how a website is doing with regards to privacy
(270 stars / 2022-11-10 / 456 commits )
419 | - [hexlet-codebattle/codebattle](https://github.com/hexlet-codebattle/codebattle) - Codebattle game
(269 stars / 2022-10-30 / 3071 commits )
420 | - [framasoft/mobilizon](https://github.com/framasoft/mobilizon) - Gather, organize and mobilize yourselves with a convivial, ethical, and emancipating tool.
(240 stars / 2022-11-08 / 5281 commits )
421 | - [code-corps/code-corps-api](https://github.com/code-corps/code-corps-api) - Elixir/Phoenix API for Code Corps.
(235 stars / 2018-03-24 / 1211 commits )
422 | - [dwyl/phoenix-ecto-encryption-example](https://github.com/dwyl/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
(234 stars / 2022-11-08 / 199 commits )
423 | - [omgnetwork/elixir-omg](https://github.com/omgnetwork/elixir-omg) - OMG-Network repository of Watcher and Watcher Info
(209 stars / 2020-10-29 / 4365 commits )
424 | - [statuspal/statuspal](https://github.com/statuspal/statuspal) - Statuspal lets you communicate your web apps/services status 📡
(202 stars / 2018-07-03 / 181 commits )
425 | - [CaptainFact/captain-fact-api](https://github.com/CaptainFact/captain-fact-api) - 🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
(177 stars / 2019-04-02 / 961 commits )
426 | - [derpibooru/philomena](https://github.com/derpibooru/philomena) - Next-generation imageboard
(177 stars / 2022-09-04 / 1840 commits )
427 | - [access-company/antikythera](https://github.com/access-company/antikythera) - Elixir framework to build your own in-house PaaS
(161 stars / 2022-10-19 / 313 commits )
428 | - [zven21/mipha](https://github.com/zven21/mipha) - Proj Elixir Forum build with phoenix 1.5.
(157 stars / 2020-09-28 / 266 commits )
429 | - [pedromtavares/moba](https://github.com/pedromtavares/moba) - A turn-based browser RPG built with Phoenix LiveView
(144 stars / 2022-10-06 / 361 commits )
430 | - [oestrich/grapevine](https://github.com/oestrich/grapevine) - The MUD Chat Network
(141 stars / 2021-02-16 / 1209 commits )
431 | - [rizafahmi/elixirjobs](https://github.com/rizafahmi/elixirjobs) - Job portal for Alchemist
(128 stars / 2017-10-22 / 169 commits )
432 | - [ElixirSeattle/tanx](https://github.com/ElixirSeattle/tanx) - Tank game created by the Programming Elixir study group
(110 stars / 2019-04-05 / 229 commits )
433 | - [usecanvas/api-v2](https://github.com/usecanvas/api-v2) -
(110 stars / 2017-04-04 / 486 commits )
434 | - [kenforthewin/mentat](https://github.com/kenforthewin/mentat) - scalable group chat with tags and pretty good privacy.
(91 stars / 2021-04-10 / 88 commits )
435 | - [dbstratta/margaret](https://github.com/dbstratta/margaret) - 👩🚀 A publishing platform. An open-source alternative to Medium.
(86 stars / 2019-05-13 / 1206 commits )
436 | - [edgurgel/httparrot](https://github.com/edgurgel/httparrot) - HTTP Request & Response Server. An incomplete clone of http://httpbin.org
(84 stars / 2020-07-15 / 196 commits )
437 | - [djthread/lucidboard](https://github.com/djthread/lucidboard) - A realtime, collaborative kanban tool, built on Elixir, Phoenix, and LiveView.
(79 stars / 2019-12-12 / 281 commits )
438 | - [santiment/sanbase2](https://github.com/santiment/sanbase2) - The GraphQL API server used in Sanbase, Sanapi and all services using Sanapi
(75 stars / 2022-11-10 / 10816 commits )
439 | - [healthlocker/healthlocker](https://github.com/healthlocker/healthlocker) - Inspire and motivate people to stay well.
(70 stars / 2018-06-22 / 2972 commits )
440 | - [BuddyGG/buddy_matching](https://github.com/BuddyGG/buddy_matching) - Somewhat generic player matching service built with Elixir and Phoenix
(63 stars / 2019-03-02 / 346 commits )
441 | - [mbta/api](https://github.com/mbta/api) - V3 MBTA API
(63 stars / 2022-11-08 / 488 commits )
442 | - [HackerExperience/Helix](https://github.com/HackerExperience/Helix) -
(53 stars / 2018-07-28 / 1512 commits )
443 | - [GBH/loaded.bike](https://github.com/GBH/loaded.bike) - Phoenix/Elixir web app for exploring and sharing bicycle touring routes
(47 stars / 2018-01-07 / 232 commits )
444 | - [Nagasaki45/krihelinator](https://github.com/Nagasaki45/krihelinator) - "Trendiness of open source software should be assessed by contribution rate, not by stars" - Meir Kriheli
(44 stars / 2020-04-09 / 298 commits )
445 | - [freshcom/freshcom-api](https://github.com/freshcom/freshcom-api) - Deprecated
(42 stars / 2018-10-16 / 776 commits )
446 | - [jchristgit/bolt](https://github.com/jchristgit/bolt) - A Discord guild moderation bot for managing large servers, based on Nostrum.
(40 stars / 2022-10-19 / 1393 commits )
447 | - [mainmatter/breethe-server](https://github.com/mainmatter/breethe-server) - Air Quality Data for Locations around the World
(39 stars / 2022-09-19 / 397 commits )
448 | - [cesium/safira](https://github.com/cesium/safira) - safira platform (intra 2.0)
(37 stars / 2022-06-07 / 281 commits )
449 | - [joaquimadraz/opensubs.io](https://github.com/joaquimadraz/opensubs.io) - Track recurring bills and subscriptions
(37 stars / 2018-10-04 / 258 commits )
450 | - [digitalnatives/course_planner](https://github.com/digitalnatives/course_planner) - An application to manage educational courses
(35 stars / 2018-03-24 / 1730 commits )
451 | - [ResiliaDev/Planga](https://github.com/ResiliaDev/Planga) - Planga: Seamless Instant Chat Service
(33 stars / 2019-01-17 / 391 commits )
452 | - [barsoom/review](https://github.com/barsoom/review) - A tool for commit-by-commit code review of repositories on GitHub
(29 stars / 2020-06-28 / 512 commits )
453 | - [johndavedecano/CoderJobs](https://github.com/johndavedecano/CoderJobs) - A job board application built using Elixir and Phoenix Framework.
(26 stars / 2018-06-26 / 76 commits )
454 | - [source-academy/backend](https://github.com/source-academy/backend) - Backend of online learning environment Source Academy @ NUS (Elixir, Ecto, Phoenix, PostgreSQL)
(24 stars / 2022-10-09 / 686 commits )
455 | - [thoughtbot/community](https://github.com/thoughtbot/community) -
(22 stars / 2018-08-23 / 106 commits )
456 | - [infinityoneframework/infinity_one](https://github.com/infinityoneframework/infinity_one) - A Team Collaboration Suite
(20 stars / 2018-05-20 / 526 commits )
457 | - [audioslides/audioslides.io](https://github.com/audioslides/audioslides.io) - Use Amazon Polly, Google Slides and FFMpeg to create videos that can be updated at anytime by anyone. This project is written in Elixir.
(19 stars / 2019-09-09 / 482 commits )
458 | - [maxim/cx_leaderboard](https://github.com/maxim/cx_leaderboard) - Elixir library for fast, customizable leaderboards
(18 stars / 2019-06-08 / 74 commits )
459 | - [axelclark/ex338](https://github.com/axelclark/ex338) - Web application to manage the 338 Challenge fantasy sports league
(17 stars / 2022-08-17 / 994 commits )
460 | - [loomnetwork/blockscout](https://github.com/loomnetwork/blockscout) -
(16 stars / 2019-10-07 / 4163 commits )
461 | - [Eve-of-Darkness/eve-of-darkness](https://github.com/Eve-of-Darkness/eve-of-darkness) - Dark Age of Camelot Server
(15 stars / 2019-09-11 / 66 commits )
462 | - [mgwidmann/slack_coder](https://github.com/mgwidmann/slack_coder) - Slack Bot for watching your Github & CI builds
(15 stars / 2017-11-27 / 643 commits )
463 | - [sb8244/okr_app_pub](https://github.com/sb8244/okr_app_pub) - Public snapshot of OKR App
(15 stars / 2019-07-07 / 5 commits )
464 | - [eteubert/open_adventure_capitalist](https://github.com/eteubert/open_adventure_capitalist) - A Phoenix LiveView experiment. Simple implementation of Adventure Capitalist.
(14 stars / 2019-03-17 / 7 commits )
465 | - [cancoin/bitcoin-voyager](https://github.com/cancoin/bitcoin-voyager) - Websocket and REST Server for querying Libbitcoin Server
(13 stars / 2016-12-02 / 48 commits )
466 | - [instedd/surveda](https://github.com/instedd/surveda) - InSTEDD Surveda
(13 stars / 2022-11-01 / 3437 commits )
467 | - [sep/planet_ex](https://github.com/sep/planet_ex) - Blog aggregator
(13 stars / 2020-09-01 / 129 commits )
468 | - [dwyl/bestevidence](https://github.com/dwyl/bestevidence) - City, University of London BestEvidence app
(11 stars / 2018-11-14 / 753 commits )
469 | - [straw-hat-labs/straw_hat_review](https://github.com/straw-hat-labs/straw_hat_review) - Review System
(11 stars / 2018-05-21 / 435 commits )
470 | - [pcorey/inject_detect](https://github.com/pcorey/inject_detect) -
(10 stars / 2017-09-26 / 278 commits )
471 | - [instedd/aida](https://github.com/instedd/aida) -
(9 stars / 2018-10-04 / 481 commits )
472 | - [ehealth-ua/ehealth.api](https://github.com/ehealth-ua/ehealth.api) -
(8 stars / 2019-06-07 / 4338 commits )
473 | - [dreamingechoes/diversity-in-tech](https://github.com/dreamingechoes/diversity-in-tech) - Phoenix application to rate tech companies according to how diverse friendly they are.
(7 stars / 2018-08-24 / 150 commits )
474 | - [EdgeCommander/edge-commander](https://github.com/EdgeCommander/edge-commander) - Device Management & Monitoring Application
(7 stars / 2018-09-10 / 808 commits )
475 | - [emadb/rovex](https://github.com/emadb/rovex) - A multi mars rover implementation in Elixir.
(7 stars / 2021-04-13 / 81 commits )
476 | - [valo/melodica-inventory](https://github.com/valo/melodica-inventory) - The inventory system for biggest Bulgarian wedding agency
(7 stars / 2019-06-17 / 210 commits )
477 | - [ninjarab/hydra](https://github.com/ninjarab/hydra) - Hydra is a free tool for predicting stock prices using technical analysis
(6 stars / 2018-06-17 / 3 commits )
478 | - [acconrad/peergym](https://github.com/acconrad/peergym) - A health and fitness club directory written in Elixir/Phoenix
(5 stars / 2018-06-27 / 150 commits )
479 | - [Bluetab/td-bg](https://github.com/Bluetab/td-bg) - TdBG is a back-end service developed as part of True Dat project that supports the genearation of a Business Glossary
(5 stars / 2022-10-31 / 1730 commits )
480 | - [dreamingechoes/retrospectivex](https://github.com/dreamingechoes/retrospectivex) - Phoenix application to create retrospective boards.
(5 stars / 2019-01-20 / 230 commits )
481 | - [oestrich/spigot](https://github.com/oestrich/spigot) - A telnet test server for Grapevine's web client
(5 stars / 2020-02-04 / 102 commits )
482 | - [astarte-platform/astarte_data_updater_plant](https://github.com/astarte-platform/astarte_data_updater_plant) - Outdated Astarte platform data updater service repository.
(4 stars / 2019-12-09 / 750 commits )
483 | - [ruby2elixir/emcasa-backend/](https://github.com/ruby2elixir/emcasa-backend/) - Clone for now private repo: github.com/emcasa/backend
(4 stars / 2019-08-29 / 3600 commits )
484 | - [artemis-platform/artemis_teams](https://github.com/artemis-platform/artemis_teams) - Collaborative Team-Based Tools written in Elixir and Phoenix
(3 stars / 2021-05-13 / 1310 commits )
485 | - [astarte-platform/astarte_rpc](https://github.com/astarte-platform/astarte_rpc) - Astarte platform RPC protocol buffers and Elixir AMQP clients.
(3 stars / 2022-10-24 / 506 commits )
486 | - [LittleKidogo/mula_spender](https://github.com/LittleKidogo/mula_spender) - Some automated forms to aid in our spending
(3 stars / 2018-03-28 / 556 commits )
487 | - [Bluetab/td-audit](https://github.com/Bluetab/td-audit) - Event management service for truedat project
(2 stars / 2022-10-31 / 491 commits )
488 | - [cruessler/lafamiglia](https://github.com/cruessler/lafamiglia) - Browser-based strategic multiplayer game
(2 stars / 2022-03-13 / 846 commits )
489 | - [instedd/active-monitoring](https://github.com/instedd/active-monitoring) -
(2 stars / 2020-03-05 / 327 commits )
490 | - [zooniverse/designator](https://github.com/zooniverse/designator) - Smart subject selector (used to be called CellectEx)
(2 stars / 2022-05-12 / 197 commits )
491 | - [puemos/riso](https://github.com/puemos/riso) - Riso - An open source developers recruiting tool
(1 stars / 2019-01-13 / 72 commits )
492 | - [Bluetab/td-ie](https://github.com/Bluetab/td-ie) - /truedat Ingest Engine back-end service
(0 stars / 2022-10-31 / 399 commits )
493 | - [Bluetab/td-se](https://github.com/Bluetab/td-se) - /truedat Search Engine back-end service
(0 stars / 2022-10-31 / 185 commits )
494 | - [danbruder/whiteboard](https://github.com/danbruder/whiteboard) - Multi-user real time whiteboard
(0 stars / 2018-03-21 / 15 commits )
495 | - [RichMorin/PA_all](https://github.com/RichMorin/PA_all) - Code and Data files for Pete's Alley
(0 stars / 2020-02-21 / 80 commits )
496 | - [https://gitlab.com/code-stats/code-stats](https://gitlab.com/code-stats/code-stats) - ---
(0 stars / --- / 0 commits )
497 | - [https://gitlab.com/stressgrid/stressgrid](https://gitlab.com/stressgrid/stressgrid) - ---
(0 stars / --- / 0 commits )
498 |
499 |
500 | [⬆ Navigation](#navigation)
501 |
--------------------------------------------------------------------------------
/data/urls.txt:
--------------------------------------------------------------------------------
1 | # https://github.com/cambiatus/backend [] Cambiatus public GraphQL API
2 | # https://github.com/civilcode/acme-ex [example, umbrella, DDD] CivilCode's Elixir reference application and development guides
3 | ## https://git.pleroma.social/pleroma/pleroma [socialnetwork, realworld]
4 | ## https://github.com/cerclecrm/cercle [crm, realworld] Cercle is the ultimate CRM+Project Manager for your organization - Phoenix Framework & Vuejs http://get.cercle.co (gone)
5 | ## https://github.com/coderplanets/coderplanets_server [realworld, size:4 ] backend of coderplanets.com https://www.coderplanets.com
6 | ## https://github.com/etalab/transport-site [cqrs] Rendre disponible, valoriser et améliorer les données transports
7 | ## https://github.com/evercam/evercam-server [api] Cloud CCTV Server (Phoenix) https://media.evercam.io/ - GONE
8 | ## https://github.com/gitcoinco/codefund [advertising, saas, realworld] CodeFund.io (formerly Code Sponsor) https://codefund.io
9 | ## https://github.com/obudget/core [] Open Budget Core: An open source envelope budgeting platform https://api.openbudget.xyz/api
10 | ## https://github.com/omisego/elixir-omg [realworld, umbrella, rpc-api] The elixir-omg repository contains OmiseGO's Elixir implementation of Plasma and forms the basis for the OMG Network.
11 | ## https://github.com/revelrylabs/incentivize [saas, realword] Software Development Incentive Platform http://incentivize.io
12 | ## https://github.com/thechangelog/changelog.com [pjax, realworld] Hacker to the 💚 https://changelog.com/posts/changelog…
13 | ## https://github.com/UrbanCCD-UChicago/plenario2 [] The Future of Technical Debt
14 | ## https://github.com/WallarooLabs/wallaroo [websockets, genservers] found in https://github.com/WallarooLabs/wallaroo/tree/master/monitoring_hub
15 | https://github.com/access-company/antikythera [paas, faas, realworld] Elixir framework to build your own in-house PaaS
16 | https://github.com/acconrad/peergym [realworld] PeerGym is a health and fitness club directory written in Elixir/Phoenix that provides equipment inventory and more in-depth information than you would find on a traditional review site like Google Reviews or Yelp. https://peergym.herokuapp.com/
17 | https://github.com/AlloyCI/alloy_ci [ci, realworld] Continuous Integration, Deployment, and Delivery coordinator, written in Elixir. https://alloy-ci.com
18 | https://github.com/andersju/webbkoll [] An online tool that checks how a website is doing with regards to privacy.
19 | https://github.com/artemis-platform/artemis_teams [] Collaborative Team-Based Tools written in Elixir and Phoenix
20 | https://github.com/asciinema/asciinema-server [realworld] Web app for hosting asciicasts https://asciinema.org
21 | https://github.com/astarte-platform/astarte_data_updater_plant [casandra] Astarte platform data updater service. Receives data, stores them to a Cassandra database and sends events to AMQP exchanges. http://astarte-platform.org/
22 | https://github.com/astarte-platform/astarte_rpc [rpc, protobuf] Astarte platform RPC protocol buffers and Elixir AMQP clients.
23 | https://github.com/audioslides/audioslides.io [] Use Amazon Polly, Google Slides and FFMpeg to create videos that can be updated at anytime by anyone. This project is written in Elixir. https://audioslides.io/
24 | https://github.com/aviacommerce/avia [ecommerce, umbrella] E-Commerce re-invented in Elixir
25 | https://github.com/axelclark/ex338 [size:4] Web application to manage the 338 Challenge fantasy sports league https://the338challenge.herokuapp.com
26 | https://github.com/barsoom/review [] A tool for commit-by-commit code review of repositories on GitHub https://review-on-review.herokuapp.co…
27 | https://github.com/blockscout/blockscout [realworld] Blockchain explorer for Ethereum based network and a tool for inspecting and analyzing EVM based blockchains. https://blockscout.com
28 | https://github.com/Bluetab/td-audit [] TdAudit is a back-end service developed as part of /truedat project that supports the management of events
29 | https://github.com/Bluetab/td-bg [realworld] TdBG is a back-end service developed as part of True Dat project that supports the genearation of a Business Glossary
30 | https://github.com/Bluetab/td-ie [realworld] /truedat Ingest Engine back-end service
31 | https://github.com/Bluetab/td-se [] /truedat Search Engine back-end service
32 | https://github.com/bors-ng/bors-ng [bot] 👁 A merge bot for GitHub Pull Requests https://bors.tech/
33 | https://github.com/BuddyGG/buddy_matching [] Somewhat generic player matching service built with Elixir and Phoenix https://www.buddy.gg
34 | https://github.com/cancoin/bitcoin-voyager [] Websocket and REST Server for querying Libbitcoin Server
35 | https://github.com/CaptainFact/captain-fact-api [umbrella, graphql, s3] 🔎 CaptainFact - API. The one that serves and process all the data for https://captainfact.io
36 | https://github.com/cesium/safira [api, heroku] 💎 safira platform (intra 2.0)
37 | https://github.com/code-corps/code-corps-api [realworld] Elixir/Phoenix API for Code Corps. https://www.codecorps.org
38 | https://github.com/cruessler/lafamiglia [gameserver, game, eventloop] Browser-based strategic multiplayer game
39 | https://github.com/danbruder/whiteboard [quality:2] Multi-user real time whiteboard http://whiteboard.debassociates.com
40 | https://github.com/danhper/opencov [pipeline] Open source code coverage history webapp http://demo.opencov.com
41 | https://github.com/dbstratta/margaret [umbrella, graphql] 👩🚀 🚀 A publishing platform. An open-source alternative to Medium.
42 | https://github.com/derpibooru/philomena [] Next-generation imageboard https://derpibooru.org/
43 | https://github.com/derrickreimer/level [graphql] Distraction-free communication for software teams
44 | https://github.com/digitalnatives/course_planner [quality:5, realworld] An application to manage educational courses
45 | https://github.com/djthread/lucidboard [liveview] A kanban tool
46 | https://github.com/dreamingechoes/diversity-in-tech [] Phoenix application to rate tech companies according to how diverse friendly they are.
47 | https://github.com/dreamingechoes/retrospectivex [] Phoenix application to create retrospective boards.
48 | https://github.com/dwyl/bestevidence [] City, University of London BestEvidence app http://bestevidence.info/
49 | https://github.com/dwyl/phoenix-ecto-encryption-example [encryption, configuration] 🔐 A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types
50 | https://github.com/EdgeCommander/edge-commander [realworld, testing:8] Device Management & Monitoring Application
51 | https://github.com/edgurgel/httparrot [] HTTP Request & Response Server. An incomplete clone of http://httpbin.org http://httparrot.herokuapp.com
52 | https://github.com/ehealth-ua/ehealth.api [api, realworld] Index page and integration layer for projects that related to Ukrainian Health Services government institution
53 | https://github.com/ElixirSeattle/tanx [] Tank game created by the Programming Elixir study group
54 | https://github.com/ellie-app/ellie [realworld, elm] The Elm Live Editor https://ellie-app.com
55 | https://github.com/emadb/rovex [game, websockets] A multi mars rover implementation in Elixir. http://rovex.herokuapp.com
56 | https://github.com/eteubert/open_adventure_capitalist [liveview, tailwindcss, game, realtime] A Phoenix LiveView experiment. Simple implementation of Adventure Capitalist.
57 | https://github.com/Eve-of-Darkness/eve-of-darkness [] Dark Age of Camelot Server http://www.eveofdarkness.org/
58 | https://github.com/firestormforum/firestorm [forum, elm] An open-source forum engine, with an Elixir+Phoenix backend and an Elm frontend. http://www.firestormforum.org
59 | https://github.com/framasoft/mobilizon [saas, distributed] Mobilizon aims to be (much) more than a decentralized and federated Meetup-clone.
60 | https://github.com/fremantle-industries/tai [bot, trading, genservers] A trading toolkit built with Elixir that runs on the Erlang virtual machine
61 | https://github.com/freshcom/freshcom-api [ecommerce, big, realworld] Freshcom API is an intuitive, developer friendly and highly scalable eCommerce backend built using Elixir & Phoenix https://docs.freshcom.io/
62 | https://github.com/GBH/loaded.bike [] Phoenix/Elixir web app for exploring and sharing bicycle touring routes http://loaded.bike
63 | https://github.com/Glimesh/glimesh.tv [] Glimesh is a next generation live streaming platform built by the community, for the community.
64 | https://github.com/HackerExperience/Helix [realworld, mustsee] Helix is the backend powering the game Hacker Experience 2.
65 | https://github.com/hashrocket/tilex [realworld, pjax] Today I Learned in Elixir https://til.hashrocket.com
66 | https://github.com/healthlocker/healthlocker [realworld, size:5] Inspire and motivate people to stay well. https://www.healthlocker.uk
67 | https://github.com/hexlet-codebattle/codebattle [realworld] Codebattle game http://codebattle.hexlet.io/
68 | https://github.com/hexpm/hexpm [api, realworld, security] - API server and website for Hex https://hex.pm
69 | https://github.com/infinityoneframework/infinity_one [chat, realtime, websockets] A Team Collaboration Suite
70 | https://github.com/instedd/active-monitoring [coherence] Active Monitoring
71 | https://github.com/instedd/aida [recurrence, genservers] Artificially Intelligent Digital Assistant
72 | https://github.com/instedd/surveda [genservers] InSTEDD Ask
73 | https://github.com/jchristgit/bolt [realworld, bot] A Discord guild moderation bot for managing large servers.
74 | https://github.com/joaquimadraz/opensubs.io [] 💸 Track recurring bills and subscriptions
75 | https://github.com/johndavedecano/CoderJobs [size:2, quality:2] A job board application built using Elixir and Phoenix Framework.
76 | https://github.com/kenforthewin/mentat [chat, security] scalable group chat with tags and pretty good privacy.
77 | https://github.com/LittleKidogo/mula_spender [api] Some automated forms to aid in our spending
78 | https://github.com/Logflare/logflare [realtime, realworld] Tail -f your Cloudflare logs! https://logflare.app
79 | https://github.com/loomnetwork/blockscout [umbrella, blockchain] Fork for Loom Dappchains, it has additional compatiblity with Plasmachain and other Loom SDK based chains.
80 | https://github.com/mainmatter/breethe-server [umbrella] Air Quality Data for Locations around the World https://breethe.app
81 | https://github.com/maxim/cx_leaderboard [genservers] Elixir library for fast, customizable leaderboards https://hexdocs.pm/cx_leaderboard/CxL…
82 | https://github.com/mbta/api [realworld, umbrella] V3 MBTA API https://api-v3.mbta.com/ - Massachusetts Bay Transportation Authority API v3
83 | https://github.com/mgwidmann/slack_coder [github, slack, bot, graphql, api] Slack Bot for watching your Github & CI builds
84 | https://github.com/mirego/accent [] Open-source, self-hosted, developer-oriented translation tool
85 | https://github.com/mozilla/reticulum [] Phoenix web server for Social MR (A hybrid game networking and web API server, focused on Social Mixed Reality)
86 | https://github.com/Nagasaki45/krihelinator [] "Trendiness of open source software should be assessed by contribution rate, not by stars" - Meir Kriheli http://krihelinator.xyz/
87 | https://github.com/ninjarab/hydra [] Hydra is a free tool for predicting stock prices using technical analysis
88 | https://github.com/oestrich/ex_venture [websockets, gameserver, genservers, mud, cluster, resilient, admin]
89 | https://github.com/oestrich/grapevine [] The MUD Chat Network https://grapevine.haus
90 | https://github.com/oestrich/spigot [] A telnet test server for Grapevine's web client
91 | https://github.com/omgnetwork/elixir-omg [] OMG-Network repository of Watcher and Watcher Info
92 | https://github.com/omgnetwork/ewallet [realworld, umbrella, rpc-api] eWallet Backend for the OmiseGO SDKs. https://omisego.network/
93 | https://github.com/operable/cog [chatbot, realworld, devops] Bringing the power of the command line to chat
94 | https://github.com/papercups-io/papercups [realworld] Open-source live customer chat
95 | https://github.com/pcorey/inject_detect [eventsourcing, cqrs]
96 | https://github.com/pedromtavares/moba [liveview] A turn-based browser RPG built with Phoenix LiveView
97 | https://github.com/plausible/analytics [realworld] Simple and privacy-friendly alternative to Google Analytics
98 | https://github.com/puemos/riso [] Riso - An open source developers recruiting tool
99 | https://github.com/redrabbit/git.limo [git] GitHub clone entirely written in Elixir.
100 | https://github.com/ResiliaDev/Planga [saas, realworld] Planga: Seamless Instant Chat Service https://planga.io
101 | https://github.com/RichMorin/PA_all [realworld, umbrella] Code and Data files for Pete's Alley
102 | https://github.com/rizafahmi/elixirjobs [realworld] Job portal for Alchemist http://jobs.elixirdose.com/
103 | https://github.com/rrrene/elixirstatus-web [realworld] Community site for Elixir project/blog post/version updates http://elixirstatus.com
104 | https://github.com/ruby2elixir/emcasa-backend/ [realworld, housing, elasticsearch] EmCasa Backend https://www.emcasa.com
105 | https://github.com/santiment/sanbase2 [realworld, bitcoin, graphql, reactjs] The source code of the Sanbase application in Santiment LLC https://sanbase-low.santiment.net
106 | https://github.com/sb8244/okr_app_pub [realworld] Public snapshot of OKR App, more info: https://stephenbussey.com/2019/05/10/useful-elixir-patterns-from-real-world-side-project.html
107 | https://github.com/sep/planet_ex [tailwindcss] 📚 Blog aggregator
108 | https://github.com/sergiotapia/magnetissimo [crawler] Web application that indexes all popular torrent sites, and saves it to the local database.
109 | https://github.com/source-academy/backend [realworld] Cadet is the web application powering Source Academy.
110 | https://github.com/statuspal/statuspal [coherence, saas] Statuspal lets you communicate your web apps/services status 📡 https://statuspal.io
111 | https://github.com/straw-hat-labs/straw_hat_review [ecto] Review System https://hex.pm/packages/straw_hat_review
112 | https://github.com/thoughtbot/community [] Community is an Elixir/Phoenix app that was designed primarily to run Raleigh Design. Feel free to fork it and use it for your own community!
113 | https://github.com/thoughtbot/constable [pjax] Better company announcements http://constable-demo.herokuapp.com
114 | https://github.com/usecanvas/api-v2 [realworld, realtime] This is the Canvas API, which provides an HTTP interface to Canvas resources, as well as event notifications over WebSockets
115 | https://github.com/valo/melodica-inventory [] The inventory system for biggest Bulgarian wedding agency
116 | https://github.com/vutuv/vutuv [realworld, saas] vutuv is a social network service to host and share information about humans and organizations.
117 | https://github.com/zooniverse/designator [realworld] Smart subject selector (used to be called CellectEx)
118 | https://github.com/zven21/mipha [forum] Proj Elixir Forum build with phoenix 1.4 https://elixir-mipha.herokuapp.com/
119 | https://gitlab.com/code-stats/code-stats [saas, realworld, redom] Code::Stats website repository
120 | https://gitlab.com/stressgrid/stressgrid [benchmarking] Stressgrid is a software for load testing at the scale of millions of simulated users.
--------------------------------------------------------------------------------
/ex/.formatter.exs:
--------------------------------------------------------------------------------
1 | # Used by "mix format"
2 | [
3 | inputs: ["{mix,.formatter}.exs", "{config,lib,test}/**/*.{ex,exs}"]
4 | ]
5 |
--------------------------------------------------------------------------------
/ex/.gitignore:
--------------------------------------------------------------------------------
1 | # The directory Mix will write compiled artifacts to.
2 | /_build/
3 |
4 | # If you run "mix test --cover", coverage assets end up here.
5 | /cover/
6 |
7 | # The directory Mix downloads your dependencies sources to.
8 | /deps/
9 |
10 | # Where third-party dependencies like ExDoc output generated docs.
11 | /doc/
12 |
13 | # Ignore .fetch files in case you like to edit your project deps locally.
14 | /.fetch
15 |
16 | # If the VM crashes, it generates a dump, let's ignore it too.
17 | erl_crash.dump
18 |
19 | # Also ignore archive artifacts (built via "mix archive.build").
20 | *.ez
21 |
22 | # Ignore package tarball (built via "mix hex.build").
23 | ex-*.tar
24 |
25 |
--------------------------------------------------------------------------------
/ex/README.md:
--------------------------------------------------------------------------------
1 | # Ex
2 |
3 | **TODO: Add description**
4 |
5 | ## Installation
6 |
7 | If [available in Hex](https://hex.pm/docs/publish), the package can be installed
8 | by adding `ex` to your list of dependencies in `mix.exs`:
9 |
10 | ```elixir
11 | def deps do
12 | [
13 | {:ex, "~> 0.1.0"}
14 | ]
15 | end
16 | ```
17 |
18 | Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
19 | and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
20 | be found at [https://hexdocs.pm/ex](https://hexdocs.pm/ex).
21 |
22 |
--------------------------------------------------------------------------------
/ex/lib/ex.ex:
--------------------------------------------------------------------------------
1 | defmodule Ex do
2 | @moduledoc """
3 | Documentation for `Ex`.
4 | """
5 |
6 | @doc """
7 | Hello world.
8 |
9 | ## Examples
10 |
11 | iex> Ex.hello()
12 | :world
13 |
14 | """
15 | def hello do
16 | :world
17 | end
18 | end
19 |
--------------------------------------------------------------------------------
/ex/mix.exs:
--------------------------------------------------------------------------------
1 | defmodule Ex.MixProject do
2 | use Mix.Project
3 |
4 | def project do
5 | [
6 | app: :ex,
7 | version: "0.1.0",
8 | elixir: "~> 1.10",
9 | start_permanent: Mix.env() == :prod,
10 | deps: deps()
11 | ]
12 | end
13 |
14 | # Run "mix help compile.app" to learn about applications.
15 | def application do
16 | [
17 | extra_applications: [:logger]
18 | ]
19 | end
20 |
21 | # Run "mix help deps" to learn about dependencies.
22 | defp deps do
23 | [
24 | {:updater, github: "happycodrz/updater"}
25 | ]
26 | end
27 | end
28 |
--------------------------------------------------------------------------------
/ex/mix.lock:
--------------------------------------------------------------------------------
1 | %{
2 | "cortex": {:hex, :cortex, "0.6.0", "8094830fae266eb0ae34d1a58983c0c49484341f5044fb4dfb81746647bd2993", [:mix], [{:file_system, "~> 0.2", [hex: :file_system, repo: "hexpm", optional: false]}], "hexpm", "d0ef5a2b1269626149118684dc4ea77dbfbc67017f4b4065b71dcefa26cfcc49"},
3 | "file_system": {:hex, :file_system, "0.2.10", "fb082005a9cd1711c05b5248710f8826b02d7d1784e7c3451f9c1231d4fc162d", [:mix], [], "hexpm", "41195edbfb562a593726eda3b3e8b103a309b733ad25f3d642ba49696bf715dc"},
4 | "flexi": {:hex, :flexi, "0.4.2", "860b99400c9e98a8b0f84bc986a1436ac980753d494a939f379f195c8833a6f2", [:mix], [], "hexpm", "2ce3216777553c73fab7620972e2f7a7d825dbab9a610fe0c53347bc1948425c"},
5 | "floki": {:hex, :floki, "0.20.4", "be42ac911fece24b4c72f3b5846774b6e61b83fe685c2fc9d62093277fb3bc86", [:mix], [{:html_entities, "~> 0.4.0", [hex: :html_entities, repo: "hexpm", optional: false]}, {:mochiweb, "~> 2.15", [hex: :mochiweb, repo: "hexpm", optional: false]}], "hexpm", "2e7e21cd417c4b13523dd8b97379a33e5f432d4d1b149cf5ab496a4a29bdd7ab"},
6 | "html_entities": {:hex, :html_entities, "0.4.0", "f2fee876858cf6aaa9db608820a3209e45a087c5177332799592142b50e89a6b", [:mix], [], "hexpm", "3e3d7156a272950373ce5a4018b1490bea26676f8d6a7d409f6fac8568b8cb9a"},
7 | "mime": {:hex, :mime, "1.6.0", "dabde576a497cef4bbdd60aceee8160e02a6c89250d6c0b29e56c0dfb00db3d2", [:mix], [], "hexpm", "31a1a8613f8321143dde1dafc36006a17d28d02bdfecb9e95a880fa7aabd19a7"},
8 | "mochiweb": {:hex, :mochiweb, "2.22.0", "f104d6747c01a330c38613561977e565b788b9170055c5241ac9dd6e4617cba5", [:rebar3], [], "hexpm", "cbbd1fd315d283c576d1c8a13e0738f6dafb63dc840611249608697502a07655"},
9 | "mockery": {:hex, :mockery, "2.2.0", "67304d5e1d247e698b171913689369bd23c94e437b4a8f32777c6f74b98cb36f", [:mix], [], "hexpm", "103cd23789f97e607854c22b4b6b598e74753ec36278a767bdba5cfe32ec88c4"},
10 | "tesla": {:hex, :tesla, "1.0.0", "94a9059456d51266f3d40b75ff6be3d18496072ce5ffaabad03d6c00f065cfd1", [:mix], [{:exjsx, ">= 3.0.0", [hex: :exjsx, repo: "hexpm", optional: true]}, {:fuse, "~> 2.4", [hex: :fuse, repo: "hexpm", optional: true]}, {:hackney, "~> 1.6", [hex: :hackney, repo: "hexpm", optional: true]}, {:ibrowse, "~> 4.4.0", [hex: :ibrowse, repo: "hexpm", optional: true]}, {:jason, ">= 1.0.0", [hex: :jason, repo: "hexpm", optional: true]}, {:mime, "~> 1.0", [hex: :mime, repo: "hexpm", optional: false]}, {:poison, ">= 1.0.0", [hex: :poison, repo: "hexpm", optional: true]}], "hexpm", "eefee376cbe6be40348f746fd26e485d17721500c838a85bfd24048b7b3c469c"},
11 | "updater": {:git, "https://github.com/happycodrz/updater.git", "8a1db4151e4f8aae1719a172829c4e2fb254e0d3", []},
12 | }
13 |
--------------------------------------------------------------------------------
/ex/test/ex_test.exs:
--------------------------------------------------------------------------------
1 | defmodule ExTest do
2 | use ExUnit.Case
3 | doctest Ex
4 |
5 | test "greets the world" do
6 | assert Ex.hello() == :world
7 | end
8 | end
9 |
--------------------------------------------------------------------------------
/ex/test/test_helper.exs:
--------------------------------------------------------------------------------
1 | ExUnit.start()
2 |
--------------------------------------------------------------------------------