Skip to content
/ neah Public

Generate Lorum Ipsum text from Arnold Schwarzenegger's exceptional film career

Notifications You must be signed in to change notification settings

nckg/neah

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neah

Great Generate Lorum Ipsum text from Arnold Schwarzenegger's exceptional film career. Neah is compatible with web browsers and nodejs.

Installation

Bower

bower install neah

or download/clone from here and put neah.js somewhere handy.

Node

npm install neah

####Install Globally

npm install --global neah

Usage

Web

<script src="neah.js"></script>
<script>
    var neah = new Neah();
    console.log(neah.getRandom()); // Get random quote
    console.log(neah.paragraph()); // Generates 1 paragraph
    console.log(neah.paragraphs(5)); // Generates 5 paragraph
</script>

Node

var Neah = require('neah');
    neah = new Neah();

console.log(neah.getRandom()); // Get random quote
console.log(neah.paragraph()); // Generates 1 paragraph
console.log(neah.paragraphs(5)); // Generates 5 paragraph

Thanks to this awesome repository.

About

Generate Lorum Ipsum text from Arnold Schwarzenegger's exceptional film career

Resources

Stars

Watchers

Forks

Packages

No packages published