2017 © Pedro Peláez
 

wordpress-plugin themosis-juicer

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

image

keltiecochrane/themosis-juicer

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  • Thursday, April 20, 2017
  • by keltiecochrane
  • Repository
  • 1 Watchers
  • 0 Stars
  • 139 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 20 Versions
  • 0 % Grown

The README.md

Themosis Juicer

A WordPress plugin for the Themosis framework that provides an wrapper for the Juicer.io API. Requires a Juicer account to be of any use, charges apply. Also provides an admin UI to do some basic tasks, such as adding sources and removing posts from a feed, and an ACFv5 field., (*1)

Install

Install through composer: -, (*2)

composer require keltiecochrane/themosis-juicer, (*3)

Create a juicer.config.php, and add the following: -, (*4)

return [
  'slug' => 'feed-slug',
  'token' => 'your-token',
];

Usage

Once activated, use the facade to access the different endpoints, e.g.: -, (*5)

$feed = Juicer::feed(Config::get('juicer.slug'));

$feed->update_frequency = 240;
$feed->save();

$sources = $feed->sources()->get();

$posts = $feed->posts()
  ->filter('Twitter')
  ->get();

Todo

  • Caching needs further integration.
  • Access a source's posts.
  • Documentation.

Support

This plugin is provided as is, though we'll endeavour to help where we can. By using this plugin you forfeit your right to any warranty or costs associated with it's use., (*6)

Contributing

Any contributions would be encouraged and much appreciated, you can contribute by: -, (*7)

  • Reporting bugs
  • Suggesting features
  • Sending pull requests

The Versions

09/03 2017

dev-release/0.1.2

dev-release/0.1.2

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  Sources   Download

The Requires

 

The Development Requires

plugin themosis

08/03 2017

dev-hotfix/issue_1

dev-hotfix/issue_1

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  Sources   Download

The Requires

 

The Development Requires

plugin themosis

08/03 2017

dev-release/0.1.0

dev-release/0.1.0

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  Sources   Download

The Requires

 

The Development Requires

plugin themosis

07/03 2017

dev-release/0.0.2

dev-release/0.0.2

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  Sources   Download

The Requires

 

The Development Requires

plugin themosis

06/03 2017

dev-release/0.0.1

dev-release/0.0.1

A Themosis WordPress plugin that provides a wrapper for the Juicer.io API.

  Sources   Download

The Requires

 

The Development Requires

plugin themosis

06/03 2017