Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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")