Socket
Book a DemoInstallSign in
Socket

blockbase-twitter

Package Overview
Dependencies
Maintainers
10
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blockbase-twitter

blockbase driver for Twitter API related manipulations

latest
Source
npmnpm
Version
1.0.3
Version published
Weekly downloads
5
150%
Maintainers
10
Weekly downloads
 
Created
Source

Driver Facebook for Blockbase

Compatible with Blockbase Framework

Version

1.0.1 beta

How to install ?

Twitter driver is really easy to use, first install it as any Blockbase driver.

$ npm i --save blockbase-twitter

Usage

In the {env}.yml configuration file, you'll have to add you app consumerkey and consumersecret from Twitter Developer. You can also stock any other configuration to access it through the app.config.twitter namespace

twitter :
    consumerkey: yourconsumerkey
    consumersecret : yourconsumersecret
    callbackurl : http://foo.bar
    # etc ...

TODO : describe methods

License

(Licence MIT) Coded by Blacksmith

Free Software, Hell Yeah!

FAQs

Package last updated on 06 Jun 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts