HTML version of awesome-elixir
GitHub repo. Each library provided with additional info:
- Amount of total GitHub stars ⭐
- 📅 Days from last push to repo
Project built upon Phoenix - Elixir web framework.
You need to install it first along with Elixir 🙂.
After that run:
mix deps.get
mix phx.server
Visit localhost:4000
from your browser after installation.
- Shows Elixir awesomness in HTML
- Sorting libraries by GitHub stars
- Shows list of most relevant/popular libraries
You should provide your GitHub API token for daily updates.
Create file dev.secret.exs
under config/
folder with following content:
import Config
config :github, api_token: <YOUR GITHUB TOKEN>
App looks similar like this: