Giter Site home page Giter Site logo

nostalcade / satori-cli Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 417 KB

Crypto Market directly from the command-line and through an interactive interface. Powered by CoinGecko API

License: MIT License

JavaScript 100.00%
commander inquirer nodejs axios colors crypto figlet nodemon table cryptoformat cli coingecko-api

satori-cli's Introduction


github repository version npm package version npm package downloads

Satori allows you to obtain information in order to understand the present crypto market directly from the command-line and through an interactive interface, all information is obtained through the CoinGecko API.

Features

  • Top Coins

    • 10, 50 & 100
  • Search coin data

    • Bitcoin, Monero, etc.
  • Obtain coin price

    • USD, JPY, BTC, etc.
  • Check API Status

Tech Stack

Run

Install required

npx

Start Interactive CLI

npx satori-cli

npm

Install package globally

npm i -g satori-cli

Start Interactive CLI

satori-cli

Locally

Clone the repository

  • HTTPS

    git clone https://github.com/nostalcade/satori-cli.git
  • SSH

    git clone [email protected]:nostalcade/satori-cli.git

Go to the repository directory

cd satori-cli/

Install dev/Dependencies

npm i

Create global symlink

npm link

Start Interactive CLI

satori-cli

All-In-One

  • HTTPS

    git clone https://github.com/nostalcade/satori-cli.git; cd satori-cli/; npm i; npm link; satori-cli;
  • SSH

    git clone [email protected]:nostalcade/satori-cli.git; cd satori-cli/; npm i; npm link; satori-cli;

CLI Reference

Index

  1. Usage

  2. Global Options

    2.1. version

    2.2. help

  3. Commands

    3.1. interactive

    3.2. top

    3.3. search

    3.4. price

    3.5. status

    3.5. help

1. Usage

  • Synopsis

    satori-cli [options] [command]

2. Global Options

2.1. version

  • Synopsis

    satori-cli [options]
  • Options

    • -V, --version

      • Output the version number

2.2. help

  • Synopsis

    satori-cli [options]
  • Options

    • -h, --help

      • Display help for command

3. Commands

3.1. interactive

  • Description

    • Start Interactive CLI (Default Command)
  • Synopsis

    satori-cli [options]
    satori-cli interactive [options]
  • Options

3.2. top

  • Description

    • Top Coins: 10, 50 & 100
  • Synopsis

    satori-cli top [options]
  • Options

    • -10

      • Top 10 Coins
    • -50

      • Top 50 Coins
    • -100

      • Top 100 Coins
    • help

3.3. search

  • Description

    • Search coin data
  • Synopsis

    satori-cli search [options] <coinId>
  • Arguments

    • coinId

      • Bitcoin, Monero, etc.
  • Options

3.4. price

  • Description

    • Obtain coin price
  • Synopsis

    satori-cli price [options] <coinId> <currency>
  • Arguments

    • coinId

      • Bitcoin, Monero, etc.
    • currency

      • USD, JPY, BTC, etc.
  • Options

3.5. status

  • Description

    • Check API Status
  • Synopsis

    satori-cli status [options]
  • Options

3.6. help

  • Description

    • Display help for command
  • Synopsis

    satori-cli help [command]
  • Commands

Screenshots

Interactive CLI

satori cli menu satori cli top coins satori cli search satori cli price satori cli status

License

satori-cli's People

Contributors

nostalcade avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.