Skip to content

thilko/expinboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

expinboard

An elixir client for the pinboard.in api.

Installation

If available in Hex, the package can be installed as:

  1. Add expinboard to your list of dependencies in mix.exs:
        def deps do
          [{:expinboard, "~> 0.0.1"}]
        end
  1. Ensure expinboard is started before your application:
        def application do
          [applications: [:expinboard]]
        end

Usage

Fetch all bookmarks

    bookmarks = Pinboard.all "your_api_token"
    ["http://chimera.labs.oreilly.com/books/1234000001642/ch05.html",
     "https://github.com/lukehoban/es6features/blob/master/README.md",
     "https://www.softwerkskammer.org/wiki/alle/katas-koans-codebases",
     "https://joearms.github.io/2013/05/31/a-week-with-elixir.html",
     "https://github.com/mmistakes/minimal-mistakes",
     "http://mmistakes.github.io/minimal-mistakes/", "http://www.lovetextures.com/",
     ...]

About

Elixir client for pinboard.in

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages