https://github.com/coooins/crypto-subreddits-cli
:alien: Track Cryptocurrency Subreddits On The Command Line :alien:
https://github.com/coooins/crypto-subreddits-cli
bitcoin coooins crypto cryptocurrency ethereum reddit reddit-api reddit-bot subreddit subreddits
Last synced: 7 months ago
JSON representation
:alien: Track Cryptocurrency Subreddits On The Command Line :alien:
- Host: GitHub
- URL: https://github.com/coooins/crypto-subreddits-cli
- Owner: coooins
- License: mit
- Created: 2018-04-23T09:20:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T09:10:00.000Z (about 8 years ago)
- Last Synced: 2024-09-27T12:21:10.923Z (over 1 year ago)
- Topics: bitcoin, coooins, crypto, cryptocurrency, ethereum, reddit, reddit-api, reddit-bot, subreddit, subreddits
- Language: JavaScript
- Homepage: https://coooins.com/subreddits/
- Size: 4.88 KB
- Stars: 23
- Watchers: 15
- Forks: 43
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.txt
Awesome Lists containing this project
README
# Crypto Subreddits CLI
Crypto Subreddits CLI lets you track cryptocurrency subreddits on the command line. It uses the [Coooins.com](https://coooins.com) API.

## Features
### Subreddit Table
1. Name
1. Subreddit
1. Subreddit URL
1. Subreddit Subscriber Total
1. Subreddit Subscriber Online Total
### Global Subreddits Stats
1. Subreddits Total
1. Subreddits Subscriber Total
1. Subreddits Online Total
## Installation Instructions
#### Global Install
1. Git Clone the repo
```
npm install -g crypto-subreddits-cli
```
1. Run
```
subreddits
```
#### Non Global Install
1. Git Clone the repo
```
git clone https://github.com/coooins/crypto-subreddits-cli/
```
1. Enter the repository
```
cd crypto-subreddits-cli && npm install
```
1. Run
```
npm start
```
