Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hotchemi/pio
Twitter client focus only on tweet
https://github.com/hotchemi/pio
Last synced: about 1 month ago
JSON representation
Twitter client focus only on tweet
- Host: GitHub
- URL: https://github.com/hotchemi/pio
- Owner: hotchemi
- License: mit
- Created: 2013-08-18T16:09:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-02-13T18:42:12.000Z (almost 10 years ago)
- Last Synced: 2024-10-14T12:43:25.790Z (3 months ago)
- Language: JavaScript
- Size: 315 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pio
===Twitter client focus only on tweet
### setUp
add js/config/oauthInfo.js like this.``` javascript
var oauthInfo = {
consumerKey: "YOUR CONSUMER KEY",
consumerSecret: "YOUR CONSUEMR SECRET",
requestTokenUrl: "https://api.twitter.com/oauth/request_token",
authorizationUrl: "https://api.twitter.com/oauth/authorize",
accessTokenUrl: "https://api.twitter.com/oauth/access_token"
};
```### release
2013/08/20 0.0.1 release.[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/hotchemi/pio/trend.png)](https://bitdeli.com/free "Bitdeli Badge")