Skip to content

coooins/crypto-subreddits-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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