Skip to content

abhishekbose87/ex_remoteok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExRemoteOK

Elixir application for RemoteOK api

Features

  • 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

How to use it

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> ]

TODO

  • Error handling
  • Documentation
  • Add more features based on tags etc

About

Elixir library for RemoteOK api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages