Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Commit 6ac423f

Browse files
author
Tim Whitlock
committed
published 1.0.6 with merged pull requests
1 parent d205a0c commit 6ac423f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,10 @@
77
## Install
88

99
`npm install twitter-api`
10+
11+
12+
## NOT ACTIVELY MAINTAINED
13+
14+
I wrote this library several years ago when I was doing a lot of Twitter API development and was interested in Node JS.
15+
I don't do much of either nowadays, so this library is likely to go for years without development.
16+
Please don't expect pull requests to be merged very quickly.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "twitter-api",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"license": "MIT",
55
"author" : "Tim Whitlock (http://timwhitlock.info)",
66
"description" : "Twitter API 1.1 client supporting REST and streaming",

0 commit comments

Comments
 (0)