npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

calq

v1.0.1

Published

The simplest crypto calculator out there. Convert between currencies with ease! Crypto, fiat, and more!

Downloads

16

Readme

CalQ - convert between currencies with ease! Crypto, fiat, equities and more...

CalQ is a simple CLI command for quikcly converting currencies.
As opposed to many others, calq takes free-form text input, think Google Search.

calq-showcase

All the converting is based on dollar values.
For example: converting ETH to RUB, we'll first look up the dollar value for Ethereum and Rubles and use these to calculate.

This means results WILL deviate from real market condiitons.
The upside is we can easily perform many conversions without relying on too many APIs or introducing a lot of complexity.

With enough demand, it may change.

Installation

Get NodeJS and npm from here and:

you@home:~$ npm install -g calq

Usage:

you@home:~$ calq 4,700$ to ETH
4700 $ = 39.16997 ETH

you@home:~$ calq 39 ETH = 309294.93 RUB
39 ETH = 309294.93 RUB

you@home:~$ calq ETH/CNY
1 ETH = 810.61 CN¥

you@home:~$ calq -v ETH/CNY
Converting ETH (Ethereum) to CNY (Chinese Yuan)...

ETH is 119.921679087$
CNY is 0.1476$

1 ETH = 810.61 CN¥

your@home:~$ calq -P ETH/CNY
810.6074146612466124661246612466124661246612466124661246612466125

your@home:~$ calq -p 4 ETH/CNY
810.6074

you@home:~$ calq ETH
1 ETH = 119.75 $

you@home:~$ calq \$SNAP
1 SNAP = 5.74 $

you@home:~$ calq \$SNAP/EUR
1 SNAP = 5.04 €

you@home:~$ calq --help
NAME
       CalQ - convert between currencies, both fiat and crypto

IMPORTANT
       All conversions use USD prices for calculations.

SYNOPSIS
       calq [ OPTIONS ] QUANTITY-A QUANTITY-B

       QUANTITY := [ <number> ] CURRENCY

       CURRENCY := { USD | BTC | $ | ETH | ... }

       OPTIONS := { --help | -v[v+] | -p <num> | -P }

OPTIONS

       --help     what you're seeing right now
       -v[v+]     verbosity levels, makes a difference up to 4
       -p <num>   precission, defines fixed number decimal places (defaults to 'auto')
       -P         maxes out the precision
       -b         rest all settings to the most minimal, useful for scripting

EXAMPLES

       calq 4,700$ to RUB

       calq 1.34 ETH to BTC

       calq from 10BTC to  CNY