atproxy 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,6 +4,21 @@
4
4
 
5
5
  Atproxy is a privacy-first browser extension and local proxy server that gives you complete control over XRPC requests from atproto applications. Intercept, filter, and manage all XRPC traffic through your own local server, keeping session data and sensitive information entirely under your control.
6
6
 
7
+ ## Usage
8
+
9
+ 1. Run local server
10
+
11
+ ```bash
12
+ npx atproxy
13
+ ```
14
+
15
+ 2. In the questions, enter handle, password and permissions
16
+
17
+ 3. If the service does not have additional support, enable the extension
18
+
19
+ 4. Own your data and experience even more
20
+
21
+
7
22
  ## Overview
8
23
 
9
24
  Atproxy consists of two components working together:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "atproxy",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "XRPC proxy CLI Server",
5
5
  "main": "dist/index.js",
6
6
  "bin": {