Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rarous/dji-fly-updates
Apify actor for checking DJI Fly app updates
https://github.com/rarous/dji-fly-updates
Last synced: about 1 month ago
JSON representation
Apify actor for checking DJI Fly app updates
- Host: GitHub
- URL: https://github.com/rarous/dji-fly-updates
- Owner: rarous
- License: mit
- Created: 2021-05-22T07:14:34.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T17:37:54.000Z (11 months ago)
- Last Synced: 2023-12-15T18:50:12.806Z (11 months ago)
- Language: JavaScript
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dji-fly-updates
Apify actor for checking DJI Fly app updates
This will check for updates of Android version of DJI Fly app (it is not on Play store). When there is new version,
it will send notification e-mail with link to donwload new APK file. It also sends link to Android 12 Beta build.## Input
```json
{
"postmarkToken": "xxx-xxx",
"toEmail": "[email protected]"
}
```To run this actor you'll need [postmark.com](https://www.postmark.com) account, to get your `postmarkToken`.
You'll also need account on [Apify](https://apify.com), to schedule Actor runs.You can run this actor locally:
```bash
yarn install
yarn run apify --purge
```