From 417f64d5679aca6f6c10effc836962a63152935e Mon Sep 17 00:00:00 2001 From: Dawid Janiga Date: Mon, 24 Jun 2019 12:55:45 +0200 Subject: [PATCH 1/2] docs: Add map-countdown --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c5ae0f5..edca6d3 100644 --- a/README.md +++ b/README.md @@ -390,6 +390,7 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [date](https://github.com/MatthewMueller/date) - Date() for humans. * [ms.js](https://github.com/rauchg/ms.js) - Tiny millisecond conversion utility. * [countdown.js](https://github.com/gumroad/countdown.js) - Super simple countdowns. +* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps * [timeago.js](https://github.com/hustcc/timeago.js) - Simple library (less then 2kb) used to format date with `*** time ago` statement. * [fecha](https://github.com/taylorhakes/fecha) - Lightweight date formatting and parsing (~2KB). Meant to replace parsing and formatting functionality of moment.js. * [date-fns](https://github.com/date-fns/date-fns) - Modern JavaScript date utility library. From 2d1d9ba230837790ebd492918165e4db955de357 Mon Sep 17 00:00:00 2001 From: Dawid Janiga Date: Mon, 24 Jun 2019 13:25:52 +0200 Subject: [PATCH 2/2] docs: Move map-countdown to the end of block --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index edca6d3..ad3008f 100644 --- a/README.md +++ b/README.md @@ -390,10 +390,10 @@ There're also some great commercial libraries, like [amchart](https://www.amchar * [date](https://github.com/MatthewMueller/date) - Date() for humans. * [ms.js](https://github.com/rauchg/ms.js) - Tiny millisecond conversion utility. * [countdown.js](https://github.com/gumroad/countdown.js) - Super simple countdowns. -* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps * [timeago.js](https://github.com/hustcc/timeago.js) - Simple library (less then 2kb) used to format date with `*** time ago` statement. * [fecha](https://github.com/taylorhakes/fecha) - Lightweight date formatting and parsing (~2KB). Meant to replace parsing and formatting functionality of moment.js. * [date-fns](https://github.com/date-fns/date-fns) - Modern JavaScript date utility library. +* [map-countdown](https://github.com/dawidjaniga/map-countdown) - A browser countdown built on top of the Google Maps ## String *String Libraries.*