https://github.com/aspectron/iris-twitter
https://github.com/aspectron/iris-twitter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/aspectron/iris-twitter
- Owner: aspectron
- License: mit
- Created: 2015-09-17T01:20:09.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-09-17T02:01:12.000Z (almost 11 years ago)
- Last Synced: 2023-08-05T09:42:57.367Z (almost 3 years ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 0
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# iris-twitter
```
var Twitter = require('iris-twitter');
var twitter = new Twitter.Tweets(core);
twitter.init();
twitter.initHttp(core.app);
```