1.0.5 • Published 6 years ago

runtastic-command-line v1.0.5

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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"