Comparing version 0.0.2 to 0.0.3
@@ -5,3 +5,3 @@ { | ||
"description": "easily output text in lots of fun ways (speech, growl, email, ...)", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"homepage": "https://github.com/6/putt", | ||
@@ -21,2 +21,3 @@ "repository": { | ||
,"restler": "0.2.2" | ||
,"ntwitter": "0.2.9-2" | ||
,"xml2js": "0.1.12" | ||
@@ -23,0 +24,0 @@ }, |
@@ -17,4 +17,6 @@ **putt** is a node.js module that lets you easily output text in lots of fun ways. It wraps a bunch of other libraries to make this as simple as possible. | ||
TODO | ||
First, install [Node.JS](http://nodejs.org/) and [NPM](http://npmjs.org/) if you haven't already. Then, just `cd` into your project folder and run: | ||
npm install putt | ||
# Usage | ||
@@ -38,4 +40,2 @@ | ||
Example usage: | ||
TODO | ||
@@ -46,1 +46,14 @@ | ||
TODO | ||
First, [create a new Twitter application](https://dev.twitter.com/apps/new), and under the "Settings" tab, you will also want to give your app "Read and write" permissions so that we can write a tweet. Then, click the button at the bottom of the "Details" tab to generate an access token and secret. | ||
Next, provide those keys and secrets to putt when you call it: | ||
putt({ | ||
consumer_key: "your consumer key", | ||
consumer_secret: "your consumer secret", | ||
access_token: "your access token", | ||
access_token_secret: "your access token secret" | ||
}).tweet("This text will be tweeted by your account"); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5728
7
57
7
+ Addedntwitter@0.2.9-2
+ Addedcookies@0.1.6(transitive)
+ Addedkeygrip@0.1.7(transitive)
+ Addedntwitter@0.2.9-2(transitive)
+ Addedoauth@0.10.0(transitive)