Latest Threat Research:Malicious dYdX Packages Published to npm and PyPI After Maintainer Compromise.Details
Socket
Book a DemoInstallSign in
Socket

weekly-and-monthly-rate

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

weekly-and-monthly-rate

Convert between weekly rate and monthly rate

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

weekly-and-monthly-rate

Convert between weekly rate and monthly rate

Usage

install via npm

$ npm install weekly-and-monthly-rate

1.Convert weekly to monthly rate

var rateConverter = require('weekly-and-monthly-rate');
var monthlyRate = rateConverter.ratePerMonth(300);
// 1300

2.Convert monthly to weekly rate

var rateConverter = require('weekly-and-monthly-rate');
var weeklyRate = rateConverter.ratePerWeek(1300);
// 300

Requirements

  • node, install node
  • gulp, install gulp-cli with npm install -g gulp-cli

Quick start

  • clone of fork the repo
  • cd weekly-and-monthly-rate
  • run npm install
  • run gulp

Issues

Find a bug or want to request a new feature? Please let me know by submitting an issue.

Contributing

Anyone and everyone is welcome to contribute.

  • Fork it ( https://github.com/tsamaya/weekly-and-monthly-rate and click "Fork" )
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request

Resources

Licensing

Licensed under the MIT License

A copy of the license is available in the repository's LICENSE file.

FAQs

Package last updated on 27 Mar 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts