UNPKG

runtastic-command-line

Version:
33 lines (17 loc) 922 B
# 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"