https://github.com/chriskyfung/octave-pushbullet
A Octave function to send a notification to iPhone and Android via PushBullet API
https://github.com/chriskyfung/octave-pushbullet
matlab matlab-functions matlab-pushbullet octave-functions octave-pushbullet pushbullet
Last synced: 10 months ago
JSON representation
A Octave function to send a notification to iPhone and Android via PushBullet API
- Host: GitHub
- URL: https://github.com/chriskyfung/octave-pushbullet
- Owner: chriskyfung
- License: mit
- Created: 2014-10-03T09:49:37.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-06-29T07:46:39.000Z (over 4 years ago)
- Last Synced: 2025-01-09T01:47:58.150Z (11 months ago)
- Topics: matlab, matlab-functions, matlab-pushbullet, octave-functions, octave-pushbullet, pushbullet
- Language: MATLAB
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Octave-PushBullet
=================
Octave functions for connecting with PushBullet via calling curl package using Linux shell
Inspired by [jensb89/Matlab-Pushbullet](https://github.com/jensb89/Matlab-Pushbullet/)
Dependencies
============
[GNU Octave](http://www.gnu.org/software/octave/) or [QtOctave](https://apps.ubuntu.com/cat/applications/precise/qtoctave/) -- A free MATLAB alternative.
[curl](http://packages.ubuntu.com/precise/web/curl) -- A command line tool for getting or sending files using URL syntax
How to Use
==========
In order to use the API you need an API key that can be obtained
[here](https://www.pushbullet.com/account).
functions
=========
pushNoteViaCurl(...) -- send a text note to a device via PushBullet
Underdevelopment
================
load_devices(...) -- get the devices_iden from PushBullet