🚀 Socket Launch Week 🚀 Day 5: Introducing Socket Fix.Learn More
Socket
Sign inDemoInstall
Socket

subbey

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subbey

subbey is an lightweight and asynchronous Reddit API wrapper to retrieve post easily

1.3.2
latest
Source
npm
Version published
Weekly downloads
30
-36.17%
Maintainers
1
Weekly downloads
 
Created
Source

subbey

subbey is an lightweight and asynchronous Reddit API wrapper to retrieve post easily

Usage

CommonJS

const {subbey} = require('subbey');
subbey({sub: 'dank', max: 1, nfsw: false, top: true});

ECMAScript

import {subbey} from 'subbey';
subbey({sub: 'dank', max: 1, nfsw: false, top: true});

Options

/**
     * @description The subreddit you want to recieve posts from
     * @optional
     * @default memes
     * @type {string}
*/
    sub?: string,

/**
     * @description Wether you want to recieve NFSW results
     * @optional
     * @default false
     * @type {boolean}
*/
    nfsw?: boolean;

/**
     * @description The number of results you want to recieve
     * @optional
     * @default 3
     * @type {number}
*/
    max?: number


/**
     * @description Wether you want the top posts or not
     * @optional
     * @default false
     * @type {boolean}
*/
    top?: boolean

Keywords

kek

FAQs

Package last updated on 11 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts