/blumpum

Playing with Pinboard API

Primary LanguageScala

blumpum

Just playing with the Pinboard API.

How?

Place your credentials either in src/main/resources/application.conf or overwrite src/main/resources/reference.conf and compile. Configurations looks like:

blumpum {
    username=<username>
    password=<password>
}