1.6.3 • Published 1 year ago

crypticker v1.6.3

Weekly downloads
14
License
MIT
Repository
github
Last release
1 year ago

crypticker

npm npm npm

Command line cryptocurrency price ticker for Bitcoin, Ethereum, and more.

screenshot

Installation / Update

Installation or update can be done via npm as a global package

npm i -g crypticker

Usage

Once installed globally, crypticker can be run as a binary

crypticker
FlagTypeDescription
--no-historyDisable history display
--intervalIntegerPoll interval in milliseconds
--marketsStringComma separated list of markets
--api-keyStringCryptowat.ch API key (optional)

Options

Markets and application preferences can be managed within options.json. If the package was installed globally, the installation directory (and corresponding options.json) file may be found with npm root -g. Application will prefer an options file named .crypticker located in the home directory (~) if one exists - this can be used to preserve options between updates.

cp $(npm root -g)/crypticker/options.json ~/.crypticker may be used to create a local copy of the options file.

ParameterTypeDescriptionExample
apiKeyStringCryptowat.ch API key (optional)BYKU2QBYIQUE386W37BO
pollIntervalIntegerInterval at which to poll API (in milliseconds)30000
paddingIntegerNumber of spaces to use between display sections8
historyObjectParameters around ticker history display
history.enabledBooleanToggles history display on and offtrue
history.lengthIntegerNumber of ticks to display within readout16
history.hideAmountBooleanToggles display of price changes on and offfalse
history.minorThresholdFloatChange percentage that must be exceeded to display a minor symbol0.00
history.majorThresholdFloatChange percentage that must be exceeded to display a major symbol0.20
history.positiveMajorSymbolStringSymbol to use for positive major trend"∙"
history.positiveMinorSymbolStringSymbol to use for positive minor trend"⋅"
history.neutralSymbolStringSymbol to use for no trend"⋅"
history.negativeMinorSymbolStringSymbol to use for negative minor trend"⋅"
history.negativeMajorSymbolStringSymbol to use for negative major trend"∙"
marketsArrayList of markets to monitor['coinbase-pro:eth/btc']

Powered by the Cryptowatch public API. A listing of supported markets can be found here. A forward slash (/) should be used to split pairs within markets list (for example: coinbase-pro:link/eth in favor of coinbase-pro:linketh).

1.6.3

1 year ago

1.6.2

3 years ago

1.6.1

3 years ago

1.6.0

3 years ago

1.5.2

3 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.3

4 years ago

1.4.2

4 years ago

1.4.1

5 years ago

1.4.0

5 years ago

1.3.9

5 years ago

1.3.8

5 years ago

1.3.7

5 years ago

1.3.6

6 years ago

1.3.5

6 years ago

1.3.4

6 years ago

1.3.3

6 years ago

1.3.2

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

7 years ago

1.2.3

7 years ago

1.2.2

7 years ago

1.2.1

7 years ago

1.2.0

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago