2.0.0 • Published 6 years ago

ilovepsd v2.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
6 years ago

ILOVEPSD


This package was created to express your love for your favourite political party!

It can either output on the console a message for that party every X seconds or briefly display a pop-up every Y seconds.

Install Instructions:

Showing your love has never been easier! Just type npm install ilovepsd and you're set!

Usage:

USAGE

const PSD = require('ilovepsd')

​ const config = {

​ console_message: true,

​ console_message_delay: 2000,

​ popup_message: true,

​ popup_message_delay: 10000,

​ party_name: 'PSD'

​ }

​ PSD.muie(config)

Config:

console_message: boolean (display or not a console message, works in both browser and node)

console_message_delay: integer (delay between messages in miliseconds)

popup_message: boolean (display or not a popup, works in browser)

popup_message_delay: integer (delay between popups appearing)

party_name: string (the name of the party you want to express your love towards)

EXAMPLES:

CONSOLE

POPUP

2.0.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago