Skip to content

webben-de/silverquote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

silverquote

build

Get Current Spot price of silver.

A Node.js module to get the current price of silver

What it Does

This module uses web scraping to get the latest price of silver.

Quick example

var silverquote = require('silverquote')

// log the current price of silver
silverquote(function(err,price){
	console.log(price)
});

Install

npm install silverquote

Options

There are no options.

Examples:

var silverquote = require('silverquote')

silverquote(function(price){console.log(price)});

## Tests

npm install npm test


## How it Works

The module will scrape a gold website for current price and send that back.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published