Skip to content

Commit 7fcdc50

Browse files
Remove local network server feature documentation
Removed local network server feature details and related usage instructions from the README.
1 parent 24c5525 commit 7fcdc50

File tree

1 file changed

+16
-27
lines changed

1 file changed

+16
-27
lines changed

README.md

Lines changed: 16 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@
88
[![Github Releases](https://img.shields.io/github/v/release/yogeshpaliyal/Deepr?style=for-the-badge)](https://github.com/yogeshpaliyal/Deepr/releases/latest)
99
[![Latest Master](https://img.shields.io/badge/Master-master?color=7885FF&label=Build&logo=android&style=for-the-badge)](https://github.com/yogeshpaliyal/Deepr/releases/download/latest-master/app-debug.apk)
1010
[![Android Weekly](https://img.shields.io/badge/Android%20Weekly-%23685-2CA3E6.svg?style=for-the-badge)](http://androidweekly.net/issues/issue-685)
11-
[![BlueSky Follow](https://img.shields.io/badge/Bluesky-Follow-blue?style=for-the-badge&logo=bluesky&logoColor=%23fff&color=%23333&labelColor=%230285FF)](https://bsky.app/profile/yogeshpaliyal.com)
12-
[![Twitter Follow](https://img.shields.io/twitter/follow/yogeshpaliyal?label=Follow&style=social)](https://twitter.com/intent/follow?screen_name=yogeshpaliyal)
13-
![GitHub followers](https://img.shields.io/github/followers/yogeshpaliyal)
1411

15-
## 🎩 🪄 Features:wq
12+
13+
14+
[![Android](https://img.shields.io/badge/Platform-Android-green.svg)](https://developer.android.com/)
15+
[![Kotlin](https://img.shields.io/badge/Language-Kotlin-blue.svg)](https://kotlinlang.org/)
16+
[![Jetpack Compose](https://img.shields.io/badge/UI-Jetpack%20Compose-orange.svg)](https://developer.android.com/jetpack/compose)
17+
[![Material 3](https://img.shields.io/badge/Design-Material%203-purple.svg)](https://m3.material.io/)
18+
## 🎩 🪄 Features
1619

1720
- Search
1821
- Sort
@@ -32,30 +35,7 @@
3235
| Firebase Analytics ||||
3336
| Google Drive Backup (Coming Soon) ||||
3437

35-
### 🌐 Local Network Server
36-
37-
The local network server feature allows you to access and manage your links from other devices on
38-
the same network. This is useful for:
39-
40-
- Adding links from your desktop browser to your mobile device
41-
- Viewing your saved links on a bigger screen
42-
- Integrating with automation tools and scripts
43-
44-
**Usage:**
45-
46-
1. Open the app and go to Settings
47-
2. Tap on "Local Network Server"
48-
3. Toggle the server switch to start it
49-
4. Use the displayed URL or scan the QR code from another device
50-
5. Access the web interface or use the REST API
5138

52-
**API Endpoints:**
53-
54-
- `GET /api/links` - Get all saved links
55-
- `POST /api/links` - Add a new link (JSON body: `{"link": "url", "name": "name"}`)
56-
- `GET /api/link-info?url=<url>` - Get metadata for a URL
57-
58-
**Note:** Both devices must be on the same Wi-Fi network.
5939

6040
## 🏗️ Tech Stack
6141

@@ -102,3 +82,12 @@ Want to contribute to translations? [Contribute](https://hosted.weblate.org/enga
10282
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=yogeshpaliyal/Deepr&type=date&legend=bottom-right" />
10383
</picture>
10484
</a>
85+
86+
87+
---
88+
89+
<div align="center">
90+
<strong>Made with ❤️ using Android & Jetpack Compose</strong>
91+
<br/>
92+
<sub>Star ⭐ this repository if you find it helpful!</sub>
93+
</div>

0 commit comments

Comments
 (0)