tangled
alpha
login
or
join now
tsiry-sandratraina.com
/
rocksky-cli
9
fork
atom
🎧 The official command-line interface for Rocksky — a modern, decentralized music tracking and discovery platform built on the AT Protocol.
9
fork
atom
overview
issues
pulls
pipelines
move shebang to index.ts
tsiry-sandratraina.com
11 months ago
296869ef
4aca2b8d
+2
-2
2 changed files
expand all
collapse all
unified
split
src
client.ts
index.ts
-2
src/client.ts
···
1
1
-
#!/usr/bin/env node
2
2
-
3
1
export const ROCKSKY_API_URL = "https://api.rocksky.app";
4
2
5
3
export class RockskyClient {
+2
src/index.ts
···
1
1
+
#!/usr/bin/env node
2
2
+
1
3
import { nowplaying } from "cmd/nowplaying";
2
4
import { whoami } from "cmd/whoami";
3
5
import { Command } from "commander";