nodequote

1.0.6 • Public • Published

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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.6
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.6
    2
  • 1.0.5
    2
  • 0.1.0
    2

Package Sidebar

Install

npm i nodequote

Weekly Downloads

6

Version

1.0.6

License

none

Last publish

Collaborators

  • FWeinb