@fetched/timeago
TypeScript icon, indicating that this package has built-in type declarations

1.6.0Β β€’Β PublicΒ β€’Β Published

πŸͺ„ TIMEAGO

Tiniest Timeago Toolbox. Supports {ago | in}. Batteries Included.

  • Localization β€” English, Chinese, German, Spanish, French, Italian, Dutch, Japanese, Polish and Russian.
  • Prefix β€” Add a prefix string.
  • Relative β€” Use a relative date instead of the current time.
  • Deadline β€” Specify a Date | string | number deadline after which a Date.toLocaleString() is displayed instead of the timeago format.
  • Seconds β€” Set isSeconds to true if you pass a seconds timestamp. Defaults to false.
  • Close Dates - Set closeDates to true if you want to display Today/Tomorrow/Yesterday instead of the ago version. Works only for time differences between 6 hours and 1 day, other times are displayed as usual. Defaults to false.
  • Browser supported.
  • Node supported.

This package is inspired by Muffinman's blogpost. If you got some spare time, I highly recommed to check it out!

✨ INSTALLING

Using NPM:

npm i @fetched/timeago

Using PNPM:

pnpm install @fetched/timeago

Using YARN:

yarn add @fetched/timeago

Using CDN

<script src="https://www.unpkg.com/@fetched/timeago/dist/index.umd.js"></script>

πŸš€ USAGE

import { format } from '@fetched/timeago'

format(now)
// just now
format('2016-06-12')
// 7 years ago
format('2016-06-12', 'zh_CN')
// 7年前

πŸŒ‹ ROADMAP

  • Languages++
  • Realtime

πŸ’» DEVELOPING

Run all tests:

npm run test

Build package with microbundle for production:

npm run build

🎨 CONTRIBUTING

Contributions for new languages are always welcome!

See examples for implementing a new language.

πŸ₯‚ LICENSE

MIT License

Package Sidebar

Install

npm i @fetched/timeago

Weekly Downloads

0

Version

1.6.0

License

MIT

Unpacked Size

157 kB

Total Files

53

Last publish

Collaborators

  • fetched