Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

easy-twitter

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

easy-twitter - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

package.json
{
"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",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc