Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 939 Bytes

File metadata and controls

58 lines (38 loc) · 939 Bytes

Crypto Subreddits CLI

Crypto Subreddits CLI lets you track cryptocurrency subreddits on the command line. It uses the Coooins.com API.

Crypto Subreddits CLI

Features

Subreddit Table

  1. Name
  2. Subreddit
  3. Subreddit URL
  4. Subreddit Subscriber Total
  5. Subreddit Subscriber Online Total

Global Subreddits Stats

  1. Subreddits Total
  2. Subreddits Subscriber Total
  3. Subreddits Online Total

Installation Instructions

Global Install

  1. Git Clone the repo

    npm install -g crypto-subreddits-cli
    
  2. Run

    subreddits
    

Non Global Install

  1. Git Clone the repo

    git clone https://github.com/coooins/crypto-subreddits-cli/
    
  2. Enter the repository

    cd crypto-subreddits-cli && npm install
    
  3. Run

    npm start
    

Coooins