My first Elixir project, would love some feedback!
Scrape user information from Github profiles, searches and organizations.
https://github.com/sergiotapia/github_users
Check out the tests for how it’s used:
https://github.com/sergiotapia/github_users/blob/master/test/github_users_test.exs
users = GithubUsers.search("https://github.com/elixir-lang/elixir/stargazers")
I have to say, Elixir is pretty easy to understand and write.
I’d love some comments on where I can improve and write some more ‘idiomatic’ Elixir Thank you!