easy-twitter
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "easy-twitter", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Asimple twitter module", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,3 +8,25 @@ # easy-twitter | ||
#### Introduction | ||
To use this module, you need to use either: | ||
- Node.Js v4.0.0. | ||
- Io.js v3.3.0 | ||
#### Installation | ||
```bash | ||
npm install easy-twitter --save | ||
``` | ||
#### Launch your application | ||
You need to use `use_strict` parameter: | ||
```bash | ||
node --use_strict your-app.js | ||
``` | ||
#### Include the module | ||
```javascript | ||
var TwitterClient = require('easy-twitter'); | ||
//_Create a new Twitter app and get the keys needed | ||
var twitter = new TwitterClient({consumer_key: "xxxx", | ||
@@ -11,0 +33,0 @@ consumer_secret: "yyyy", |
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
9023
103