Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.15 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.15 KB

AwesomeElixir

HTML version of awesome-elixir GitHub repo. Each library provided with additional info:

  • Amount of total GitHub stars ⭐
  • 📅 Days from last push to repo

Installation

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

Usage

Visit localhost:4000 from your browser after installation.

Features

  • Shows Elixir awesomness in HTML
  • Sorting libraries by GitHub stars
  • Shows list of most relevant/popular libraries

Updates

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 view

App looks similar like this:

navigation
links