Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sebersta/ftcr
Fetch Image is a watchOS only app for downloading images from URLs.
https://github.com/sebersta/ftcr
speedtest swiftdata swiftui watchos
Last synced: 9 days ago
JSON representation
Fetch Image is a watchOS only app for downloading images from URLs.
- Host: GitHub
- URL: https://github.com/sebersta/ftcr
- Owner: sebersta
- License: mit
- Created: 2024-09-04T00:45:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T00:04:15.000Z (about 1 month ago)
- Last Synced: 2024-10-11T22:42:45.267Z (about 1 month ago)
- Topics: speedtest, swiftdata, swiftui, watchos
- Language: Swift
- Homepage: https://apps.apple.com/app/id6670340941
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
Fetch Image is an open-source watchOS only app for downloading images from an URL. You can download a single image or download all images from a html webpage.
## Download
[![](https://sindresorhus.com/assets/download-on-app-store-badge.svg)](https://apps.apple.com/app/id6670340941)
*Requires minimum WatchOS 10.0*
## Tip
In addition to downloading a single image, Fetch Image also supports batch downloading images from a webpage or a RSS feed.
When given a URL to a webpage or a RSS feed, Fetch Image will match image URLs from the web content and download them all. A great use case is to go to a folder in your computer with many images and `python -m http.server` to serve the folder. Then you can download all images from the folder to your watch.## License
The code is MIT licensed.
You do not have the right to take the whole app or individual actions and publish it as your own on the App Store.