crypto-subreddits-cli

Track Cryptocurrency Subreddits On The Command Line

MIT License

Downloads
53
Stars
23
Committers
1

Crypto Subreddits CLI

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

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