minutes
v0.1.0
Published
Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.
Readme
minutes 
Get the number of minutes for an hour, day, week and the elapsed minutes for the current day.
Install with npm
npm i minutes --saveRun tests
npm testUsage
var minutes = require('minutes');
// elapsed minutes today
console.log(minutes('today'));
//=> 1201Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue
I'd like to implement the following if someone wants to do a PR before I get around to them:
- [x] ~~
today: function to calculate minutes since beginning of the day~~ - [ ]
month: function to calculate minutes since beginning of the month - [ ]
year: function to calculate minutes since beginning of the year
I'm also open to other ideas for this lib.
Related
Other libs I maintain
From other maintainers
- current-day-number
- current-week-number - like week but takes a different approach to getting the week number.
- week-hours
Author
Jon Schlinkert
License
Copyright (c) 2014 Jon Schlinkert
Released under the MIT license
This file was generated by verb on December 07, 2014. To update, run npm i -g verb && verb.
