https://github.com/thinkaliker/curly
Small Android app to perform curl-like requests
https://github.com/thinkaliker/curly
android curl
Last synced: 3 months ago
JSON representation
Small Android app to perform curl-like requests
- Host: GitHub
- URL: https://github.com/thinkaliker/curly
- Owner: thinkaliker
- License: mit
- Created: 2025-01-17T21:18:40.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-21T05:07:31.000Z (5 months ago)
- Last Synced: 2025-03-12T10:16:26.057Z (3 months ago)
- Topics: android, curl
- Language: Kotlin
- Homepage:
- Size: 200 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Curly
Small Android application to perform GET requests and display output of result.
Built in endpoints
- Shodan's InternetDB
- Mullvad's "Am I Mullvad"
- ip-api
- wttr.in
- more as I find themCustom endpoint (just type a URL in)
- Example: https://api.airplanes.live/v2/mil
## TODO
- Implement POST function
- Find more endpoints?
- Github build pipeline