Skip to content

jonathansadowski/chrome-moneyprinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

#Chrome Money Printer

Currency Generation Engine for Chrome - To Use with Chrome's Packaged apps.

##How this works

You simply add money.js file to your chrome web app as shown below. After that you can start printing money that passes even the most stringent of counterfeit tests, directly from within chrome

##Example

<!doctype html>
<html>
  <head>
		<script type="text/javascript" src='money.js'></script>
		<script type="text/javascript">

			var money = require('money');
			money.setCurrency('USD');
			money.setAmount(100);
			money.setQuantity(42);
			money.print();

		</script>
	</head>
</html>

##So, where is magical money.js

Yes. it is not not there yet. But this is how it should be.

Why don't you just click on the fork button?

Parody

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published