🚀 Big News:Socket Has Acquired Secure Annex.Learn More →
Socket
Book a DemoSign in
Socket

go-fuck-yourself

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

go-fuck-yourself

The package that lowers your ego!

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

Go fuck yourself

Get random quotes to lower the ego of everyone or even yourself... In other words.. this package provides nothing. Nothing that you already know.

Installation

$ npm install --save go-fuck-yourself

Usage

NodeJS:

const goFuckYourself = require('go-fuck-yourself');

Browsers:

<script src="node_modules/go-fuck-yourself/dist/index.umd.min.js"></script>
randomGoFuckYourSelfQuotes();
//  {
//    body: 'I'm sorry did I woll my eyes out loud? Go fuck yourself...',
//    author: '- Someone that hates you'
//  }

API

  • randomGoFuckYourSelfQuotes([count=1])

    • count: Number, Optional: The number of go fuck yourself quotes to get.
    • Returns a random go fuck yourself object with the following keys: author, body
    • When count is given, returns an array of random go fuck yourself quotes.
  • randomGoFuckYourSelfQuotes.byAuthor(author)

    • author: String. The name of the fucker.
    • Returns an array of go fuck yourself quotes by the given fucker who wrote it. Array will contain the string bodies of the go fuck yourself quotes directly.

License

MIT License

Keywords

quotes

FAQs

Package last updated on 18 Jun 2019

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