• Stars
    star
    110
  • Rank 316,770 (Top 7 %)
  • Language
    JavaScript
  • License
    Other
  • Created over 9 years ago
  • Updated 12 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

For the lols

lolcatjs

For when you need the lols but don't have the rubies.

This is a node port of the famous lolcat gem. It implements all the original functionality and behaviour.

Installation

npm install -g lolcatjs

Usage

Command Line

lolcatjs [OPTION]... [FILE]...

Concatenate FILE(s), or standard input, to standard output.
With no FILE, or when FILE is -, read standard input.

    --spread, -p <f>:   Rainbow spread (default: 8.0)
      --freq, -F <f>:   Rainbow frequency (default: 0.3)
      --seed, -S <i>:   Rainbow seed, 0 = random (default: 0)
       --animate, -a:   Enable psychedelics
  --duration, -d <i>:   Animation duration (default: 12)
     --speed, -s <f>:   Animation speed (default: 20.0)
         --force, -f:   Force color even when stdout is not a tty
       --version, -v:   Print version and exit
          --help, -h:   Show this message

Examples:
  lolcatjs f - g     Output f's contents, then stdin, then, g's contents.
  lolcatjs           Copy standard input to standard output.
  fortune | lolcatjs Display a rainbow cookie.

NPM Module

const lolcatjs = require('lolcatjs');

lolcatjs.options.seed = Math.round(Math.random() * 1000);
lolcatjs.options.colors = true;

lolcatjs.fromString('I can has Cheezburger?');

Screenshot

lolcatjs

Thanks

Nur Ortega Marsal for creating the banner

License

WTFPL © Robert Marsal

More Repositories

1

RbComment

Zend Framework 2 module for drop-in, self-hosted comments, with email notifications, Akismet, ZfcUser and Gravatar integration.
PHP
15
star
2

zf2-components-list-generator

Generates a list of Zend Framework 2 components used by a project
PHP
14
star
3

an-introduction-to-programming-in-go

My solutions for the problems found in "An Introduction to Programming in Go"
8
star
4

moodle

Ruby gem for interacting with moodle via web services
Ruby
7
star
5

shelfari

[deprecated] Ruby gem that simulates an API for the shelfari.com website
Ruby
6
star
6

travels

Map your travels around the world
JavaScript
5
star
7

robo-phinx

Phinx integration with Robo task runner
PHP
5
star
8

apigility-raml-validator

Validate an Apgility implementation against a RAML specification
PHP
3
star
9

raml2apigility

Apigility scaffolding generator based on a RAML specification
PHP
3
star
10

bitbucket-ci-status

Get CI status for Bitbucket pull requests
JavaScript
3
star
11

house-isms

Rainmeter skin that shows a quote of House M.D. on your desktop, each 15 minutes
2
star
12

bcrypt-generator

Command line bcrypt hash generator
PHP
2
star
13

presence-manager

PHP presence management framework
PHP
2
star
14

lamp-desktop

WIP
JavaScript
2
star
15

ho.la.urv

Ho.La. URV is an android application for checking the presence management system of the Rovira i Virgili University
Java
2
star
16

moodle-repository_bitbucket

Bitbucket repository plugin for Moodle
PHP
2
star
17

password-policy-reminder

Password Policy Reminder Chrome Extension
JavaScript
2
star
18

scripts

A collection of useful scripts
Ruby
1
star
19

RbVersion

Application versioning for Zend Framework 2
PHP
1
star
20

notify

Send desktop notifications from php scripts
PHP
1
star
21

robertmarsal

Profile readme
1
star
22

moodle-pre-upgrade-helper

This repository contains tools for preparing a Moodle 1.9.x installation for an upgrade to the Moodle 2.x.x version
PHP
1
star
23

gigography

Bands I have seen live
1
star
24

dotfiles

A backup of my configuration files!
Shell
1
star
25

presence-android

Android application for the PHP presence management framework
Java
1
star
26

moodle-videoconverter-server

Contains the conversion code for the moodle-block_videoconverter
PHP
1
star