npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

seconds

0.2.1

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:0
$ npm install seconds
DailyWeeklyMonthlyYearly

seconds NPM version

Get the number of seconds for a minute, hour, day and week.

Install

Install with npm

npm i seconds --save

Run tests

npm test

Usage

var seconds = require('seconds');

seconds('minute');
//=> 60

Contributing

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:

  • today: function to calculate seconds since beginning of the day
  • month: function to calculate seconds since beginning of the month
  • year: function to calculate seconds since beginning of the year

I'm also open to other ideas for this lib.

Related

From other maintainers

  • current-day-number
  • current-week-number - like week but takes a different approach to getting the week number.
  • week-hours

Other libs I maintain

  • days
  • month
  • months
  • week
  • weekday
  • year

Author

Jon Schlinkert

  • github/jonschlinkert
  • twitter/jonschlinkert

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.