0.1.1 • Published 9 years ago
meesman v0.1.1
Meesman
Tool to keep track of my investments in Meesman Indexbeleggen.
Usage
First install the module dependencies:
> npm installThen you can run it with:
> npm startMake sure you have the following environment variables set:
MEESMAN_USERNAME=your_meesman_username
MEESMAN_PASSWORD=your_meesman_passwordYou can set the environment variables and run the tool with the following one-liner:
> MEESMAN_USERNAME=your_meesman_username \
MEESMAN_PASSWORD=your_meesman_password \
npm startRunning as a docker container
You can also run this tool as a docker container, using docker-compose.
The container uses a cron job to gather data from the server every day at 18:00.
First, make sure you set the right environment variable values in the file docker-compose-variables.env.
Then simply run:
docker-compose upAdvanced configuration
Check the properties in the convict configuration file for more information.
License
MIT.