Skip to content

fargelus/awesome-elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Daily update list of Elixir awesomness

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published