runtastic-command-line
v1.0.5
Published
This is a command line to query runtastic records.
Downloads
6
Maintainers
Readme
runtastic.command.line
╦═╗┬ ┬┌┐┌┬┐┌─┐┌─┐┌┬┐┬┌─┐ ┌─┐┌─┐┌┬┐┌┬┐┌─┐┌┐┌┌┬┐ ┬ ┬┌┐┌┌─┐
╠╦╝│ │││││ ├─┤└─┐ │ ││ │ │ │││││││├─┤│││ ││ │ ││││├┤
╩╚═└─┘┘└┘┴ ┴ ┴└─┘ ┴ ┴└─┘ └─┘└─┘┴ ┴┴ ┴┴ ┴┘└┘─┴┘ ┴─┘┴┘└┘└─┘
RUNTASTIC RECORDS COMMAND LINE
Example
node index.js --username="[email protected]" --password="password"
Instalation
- npm install -g runtastic-command-line
Getting Started
The module can be used as a command line:
if installed globally:
- runtastic --username="[email protected]" --password="password"
if installed locally in a project
- node index.js --username="[email protected]" --password="password"