runtastic-command-line
Version:
This is a command line to query runtastic records.
33 lines (17 loc) • 922 B
Markdown
# runtastic.command.line
```
╦═╗┬ ┬┌┐┌┬┐┌─┐┌─┐┌┬┐┬┌─┐ ┌─┐┌─┐┌┬┐┌┬┐┌─┐┌┐┌┌┬┐ ┬ ┬┌┐┌┌─┐
╠╦╝│ │││││ ├─┤└─┐ │ ││ │ │ │││││││├─┤│││ ││ │ ││││├┤
╩╚═└─┘┘└┘┴ ┴ ┴└─┘ ┴ ┴└─┘ └─┘└─┘┴ ┴┴ ┴┴ ┴┘└┘─┴┘ ┴─┘┴┘└┘└─┘
RUNTASTIC RECORDS COMMAND LINE
Example
node index.js --username="test@test.com" --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="test@test.com" --password="password"
if installed locally in a project
- node index.js --username="test@test.com" --password="password"