Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SerhiiCho/timeago
Fast, multilingual, and lightweight datetime package that converts given datetime into "n time ago" format
https://github.com/SerhiiCho/timeago
datetime datetime-converter datetime-formatters go go-package golang time timeago timeago-go
Last synced: 29 days ago
JSON representation
Fast, multilingual, and lightweight datetime package that converts given datetime into "n time ago" format
- Host: GitHub
- URL: https://github.com/SerhiiCho/timeago
- Owner: SerhiiCho
- License: mit
- Created: 2019-10-24T05:43:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T12:09:04.000Z (9 months ago)
- Last Synced: 2024-08-03T23:27:11.056Z (4 months ago)
- Topics: datetime, datetime-converter, datetime-formatters, go, go-package, golang, time, timeago, timeago-go
- Language: Go
- Homepage: https://serhiicho.github.io/timeago-docs/
- Size: 301 KB
- Stars: 19
- Watchers: 2
- Forks: 6
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-golang-repositories - timeago
README
![golang](https://serhii.io/storage/other/timeago.png)
[![Go](https://github.com/SerhiiCho/timeago/actions/workflows/go.yml/badge.svg)](https://github.com/SerhiiCho/timeago/actions/workflows/go.yml)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2FSerhiiCho%2Ftimeago%2Fbadge%3Fref%3Dmain&style=flat)](https://actions-badge.atrox.dev/SerhiiCho/timeago/goto?ref=main)
[![Build Status](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/build.png?b=main)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/build-status/main)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/SerhiiCho/timeago/badges/quality-score.png?b=main)](https://scrutinizer-ci.com/g/SerhiiCho/timeago/?branch=main)
[![GitHub](https://img.shields.io/github/license/SerhiiCho/timeago)](https://github.com/SerhiiCho/timeago/blob/main/LICENSE.md)Timeago is a fast and lightweight date time package that converts given date into human readable "n time ago" format in different languages, such as π·πΊ π¬π§ π³π± πΊπ¦ π©πͺ. For more information you can read the [documentation](https://time-ago.github.io/).
### Follow the [Official documentation](https://time-ago.github.io/) for all the details
- [π Documentation](https://time-ago.github.io/)
- [π Release notes](https://github.com/SerhiiCho/timeago/blob/main/CHANGELOG.md)## π Quick Start
```bash
go get github.com/SerhiiCho/timeago/v2
```## π License
This project is open-sourced software licensed under the [MIT license](https://github.com/SerhiiCho/timeago/blob/main/LICENSE.md).