Skip to content

FWeinb/nodequote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodequote

A basic quote.fm API wrapper with a simple interface. Compatibile with API Version 1.0.6.

Install

npm install nodequote

Usage

var nodeQuote = require("./nodequote.js");

nodeQuote.getUser("fweinb", function(json, error){
	if (!error){
		console.log(json);
	}
});

For more information see the Function Reference or the test.js.

In Action

I used this module in comination with my jQuery Highlight Plugin to highlight quotes. You can find a working demo here.

About

quote.fm API wrapper for nodejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published