Giter VIP home page Giter VIP logo

aly_facts's Introduction

Aly_facts

This package provides facts about a user on discord named entity_night aka aly aka Alyssa.

This package is for private purposes only.


To install run in the console:

npm i aly_facts
or
yarn add aly_facts

This package contains 4 functions

  1. getFact()
  2. getAllFacts()
  3. version()
  4. getAlyPics()

How to use getFact()

This function returns a random fact about aly.

You can simply paste the following code snippet:

const aly = require('aly_facts');
const fact = aly.getFact();

console.log(fact)

or

const fact = require('aly_facts').getFact();

console.log(fact)

How to use getAllFacts()

This function returns all facts for aly at one.

This code snippet will help you:

const aly = require('aly_facts')
const facts = aly.getAllFacts()

console.log(facts)

or

const facts = require('aly_facts').getAllFacts()

console.log(facts)

How to use version()

This function returns the package version.

Code snippet:

const version = require('aly_facts').version()

console.log(version)

How to use getAlyPics()

This function returns random pics of aly.

Code snippet:

const aly = require('aly_facts')
const pic = aly.getAlyPics()

console.log(pic)

//or

const pic = require('aly_facts').getAlyPics()

console.log(pic)

// Note: This function returns image urls hosted on discord's cdn. So console.log will not show the pic itself. instead will return just the url.

Contributions

Server Developer - Main Developer
Entity_Night aka Aly - Facts Provider and the person the api is based on.


Reviews

〝 aly_facts is a very helpful package〞 - Husky#2154
〝 It's a package which gives some weird facts〞 - Harshit#1578


Want some more functions or want to fix an issue?

Go to our github repo listed below or join this discord server and make a ticket: Discord


Links

Github Repo


Promoted

Power Guilds - A security bot for Guilded

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.