tadpoles-logger
v1.0.4
Published
Login your child at a bright horizons school using the tadpoles API
Downloads
16
Readme
tadpoles-logger
For those who use the "Bright Horizons", or "MyDay", or any other app used by http://www.tadpoles.com, this app is to give a means of convenience for logging in your child.
Usages
First always change the logs you want to run (defaults to a diaper/wakup/feeding log combo) by modifying the logbuilder.js
file
You will need to pass your Bright Horizons sign-in credentials to any of the steps below by doing any of the below steps:
- Set the command line variables
-username
(-u
) and-password
(-p
) - Set the environment variables
BRIGHT_HORIZONS_USERNAME
andBRIGHT_HORIZONS_PASSWORD
One-time login via command line
- Setup the variables by either
- Setting the enviornment variable
TADPOLES_ONE_TIME_SETTING
totrue
- Passing in the command line switches
-onetime
or-o
switches
- Setting the enviornment variable
For further details, see the example located at https://github.com/rguerra712/tadpoles-logger-example