gbp

1.0.0 • Public • Published

gbp

Convert a number in pennies into a string formatted for british pounds

Build Status Dependency Status NPM version

Installation

npm install gbp

Usage

var gbp = require('gbp');
 
gbp(1376446);
// => '£13,764.46'
 
gbp(-1376446)
// => '-£13,764.46'

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i gbp

Weekly Downloads

91

Version

1.0.0

License

MIT

Last publish

Collaborators

  • forbeslindesay