An open API service indexing awesome lists of open source software.

https://github.com/codedotjs/tweeder

:bird: Read tweets tweeted by a twitter user.
https://github.com/codedotjs/tweeder

Last synced: 7 months ago
JSON representation

:bird: Read tweets tweeted by a twitter user.

Awesome Lists containing this project

README

          

# tweeder

> Read tweets tweeted by a twitter user.

## Install

> npm install --save tweeder

## Usage

```js

const tweeder = require('tweeder');

tweeder('pakalupapito').then(tweets => {
console.log(tweets);
/*
{
COMMING SOON
}
*/
});
```
## Related

- [tweeder-cli](https://github.com/CodeDotJs/packstat-cli) CLI Tool for this module.

- [twifo](https://github.com/codedotjs/twifo) Get user information of a twitter user.

- [packages-by](https://github.com/codedotjs/packages-by) Total packages uploaded by an npm user.

- [packstat](https://github.com/codedotjs/packstat) Display metrices about NPM modules.

## License

MIT © [Rishi Giri](http://rishigiri.com)