1.0.3 • Published 2 years ago

twittify v1.0.3

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

twittify

Twitter V2 API for NodeJS

Installing

Using npm:

$ npm install twittify

Using bower:

$ bower install twittify

Using yarn:

$ yarn add twittify

Example

const tweet = require('twittify');

To add AccessToken which is mandatory to access the API.

var newTweet = new tweet('Add token here');

### Methods Available

##### tweet#getUserByName(name)
##### tweet#getUserById(id)
##### tweet#getUserTweetsByName(name)
##### tweet#getUserFollowersByName(name)
##### tweet#getUserBlockedByName(name)
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago