Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.75 KB

File metadata and controls

41 lines (26 loc) · 1.75 KB

Camera2URL macOS CI iOS CI

Download the iOS version on the App Store

Camera2URL is a Swift app suite that allows users to capture still images from Apple device cameras and upload them to configurable HTTP endpoints. The repository hosts code for two platforms:

  • macos/ – the macOS desktop app. See the macOS README for full usage, build, and testing instructions.
  • ios/ – the iOS counterpart for iPhone and iPad. See the iOS README for details.

Demo video

The below video shows how Camera2URL can be used to trigger an n8n workflow by immediately posting images to the n8n Webhook node endpoint URL:

Camera2URL n8n demo video

Quick Start

Build and test the macOS app

cd macos
make build
make test

Additional commands (UI tests, quality targets, etc.) are documented in macos/README.md.

Build and test the iOS app

cd ios
make build
make test

Refer to ios/README.md for simulator setup, UI tests, and quality targets.

License

See LICENSE.txt for licensing details.