File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 1
1
2
2
# 🐤 tweespaces
3
3
4
- A node CLI for querying the Twitter spaces API.
4
+ A node CLI for querying the Twitter spaces API.
5
5
6
6
7
7
## Installation
8
8
9
9
No need to install anything, just use ` npx ` 🕺
10
10
11
11
``` bash
12
- npx tws --live --query=" developer"
12
+ npx tweespaces --live --query=" developer"
13
13
```
14
-
14
+
15
15
## API Reference
16
16
17
17
There are 3 flags:
@@ -23,22 +23,21 @@ There are 3 flags:
23
23
### Show all live spaces with "developer" in the title
24
24
25
25
``` bash
26
- npx tws --live --query=" developer"
26
+ npx tweespaces --live --query=" developer"
27
27
```
28
28
29
29
### Show all scheduled spaces with "developer" in the title
30
30
31
31
``` bash
32
- npx tws --scheduled --query=" developer"
32
+ npx tweespaces --scheduled --query=" developer"
33
33
```
34
34
35
35
## Result
36
36
37
37
![ 'A GIF of running a tweespace command. Shows the CLI output'] ( tweespaces.gif )
38
-
38
+
39
39
## Author
40
40
41
41
- GitHub: [ @molebox ] ( https://www.github.com/molebox )
42
42
- Twitter: [ @studio_hungry] ( https://twitter.com/studio_hungry )
43
43
44
-
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tweespaces" ,
3
3
"description" : " Lookup Twitter spaces by keyword" ,
4
- "version" : " 0.0.23 " ,
4
+ "version" : " 0.0.28 " ,
5
5
"license" : " MIT" ,
6
6
"bin" : {
7
- "tweespaces" : " index.js" ,
8
7
"tws" : " index.js"
9
8
},
10
9
"author" : {
You can’t perform that action at this time.
0 commit comments