Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
coffee-crypto-cli
Advanced tools
Cryptocurrency CLI price tool
You can install the crypto-cli tool via npm and yarn:
npm install -g coffee-crypto-cli
yarn add global coffee-crypto-cli
$ crypto --price bitcoin --volume --ath
>> Bitcoin: $20,000 - volume: $13,337 - ATH: $68,000
Note: --price, --p
is required for any of the subsequent flags.
--price, --p - coin name
Coin price change (%) in the past 24 hours.
--priceChange, --pc
Coin volume in the past 24 hours.
--volume, --v
Highest price sold in the past 24 hours.
--high
Lowest price sold in the past 24 hours.
--low
Coin all time high price.
--ath
Percent price change from the all time high.
--athChange, --athc
Save coin data via JSON and/or CSV
--save json
--save json,csv
CLI help message.
--help
Current version.
--version
First things first, we'll need to clone the repo, install the dependencies, and, build the project.
git clone https://github.com/Zidious/crypto-cli.git
yarn install && yarn build
To run the CLI locally, use the below command followed by the flag you want to run.
node dist/index.js --price bitcoin
We use Conventional Commits for commit messages.
Cryptocurrency coin statistics are gathered from the CoinGecko API.
FAQs
Cryptocurrency CLI price tool
We found that coffee-crypto-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.