This package has been deprecated

Author message:

Package no longer supported. Contact support@npmjs.com for more info.

leitstand-twitter

0.1.2 • Public • Published

leitstand-twitter NPM version Build Status Dependency Status

Twitter plugin for Leitstand

Installation

First, install leitstand-cli, if you haven't done yet. Then install the plugin as dependency into your Leitstand app via:

npm install leitstand-twitter --save

Usage

leitstand
  .plugin('twitter', {
    settings: {
      consumer_key: '<KEY>',
      consumer_secret: '<SECRET>',
      access_token_key: '<KEY>',
      access_token_secret: '<SECRET>'
    }
  })
  .widget('twitter-demo', {
    plugin: 'twitter',
    methods: [
    {
      name: 'get',
      opts: [
        'statuses/user_timeline',
        {
          screen_name: 'cron_eu'
        }
      ]
    }]
  });

API

node-twitter

License

MIT © Sebastian Krüger

Package Sidebar

Install

npm i leitstand-twitter

Weekly Downloads

4

Version

0.1.2

License

MIT

Last publish

Collaborators

  • npm