Elixir application for RemoteOK api
- Inbuilt cache for storing HTTP results in order to avoid unnecessary HTTP requests
- Recurring task which updates cache every 24 hours
- Application restarts due to any failure in cache or update job
Add ex_remoteok
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_remoteok, git: "https://github.com/abhishekbose87/ex_remoteok.git" }
]
end
mix deps.get
iex -S mix
iex> ExRemoteOK.get_latest_jobs
[ <jobs> ]
- Error handling
- Documentation
- Add more features based on tags etc