This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * Grid Trading API - Consumption Balance Maintainer | |
| * | |
| * This script monitors your consumption balance and automatically purchases units | |
| * when the balance drops below the minimum threshold (default: 1 unit). | |
| * | |
| * Prerequisites: | |
| * - Node.js 18+ with ES modules support | |
| * - Environment variables configured in .env file | |
| * |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 0 info it worked if it ends with ok | |
| 1 verbose cli [ '/root/.nvm/versions/node/v4.2.6/bin/node', | |
| 1 verbose cli '/root/.nvm/versions/node/v4.2.6/bin/npm', | |
| 1 verbose cli 'install', | |
| 1 verbose cli 'sqlite3', | |
| 1 verbose cli '--loglevel=info' ] | |
| 2 info using npm@4.1.1 | |
| 3 info using node@v4.2.6 | |
| 4 silly loadCurrentTree Starting | |
| 5 silly install loadCurrentTree |