Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thinkaliker/curly
Small Android app to perform curl-like requests
https://github.com/thinkaliker/curly
android curl
Last synced: about 16 hours 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 (2 days ago)
- Default Branch: main
- Last Pushed: 2025-01-18T17:11:55.000Z (about 24 hours ago)
- Last Synced: 2025-01-18T18:20:43.910Z (about 23 hours ago)
- Topics: android, curl
- Language: Kotlin
- Homepage:
- Size: 103 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
- Icon
- Implement POST function
- Find more endpoints?
- Github build pipeline