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.
- Host: GitHub
- URL: https://github.com/codedotjs/tweeder
- Owner: CodeDotJS
- License: mit
- Created: 2016-04-30T20:26:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T12:30:21.000Z (over 9 years ago)
- Last Synced: 2025-03-20T00:41:19.730Z (8 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)