# 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" 
