Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/codingitwrong/riverbed-tributary
An iOS share extension to send content to a Firehose installation.
https://github.com/codingitwrong/riverbed-tributary
Last synced: 2 days ago
JSON representation
An iOS share extension to send content to a Firehose installation.
- Host: GitHub
- URL: https://github.com/codingitwrong/riverbed-tributary
- Owner: CodingItWrong
- Created: 2017-11-20T21:27:22.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2023-06-25T09:46:24.000Z (over 1 year ago)
- Last Synced: 2025-01-28T05:18:17.776Z (2 days ago)
- Language: Swift
- Homepage:
- Size: 66.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hydrant
An iOS share extension to send content to a web service. Currently configured as a custom integration with List App.
## Setup
- Clone repo.
- Duplicate `HydrantShare/Config.sample.swift` as `HydrantShare/Config.swift` and fill in the `webhookURL` and `apiKey` values.
- `webhookURL` should be the path `/webhooks/hydrant` under your `firehose` installation
- `apiKey` should be the `API_KEY` environment variable set for the `firehose` installation.
- Build the app to a device.## Attribution
“[Fire Hydrant](https://thenounproject.com/term/fire-hydrant/20308/)” by [Lee Nathan](https://thenounproject.com/howtopals/) is licensed under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/)
## License
MIT