Skip to content

Commit

Permalink
chore: formkit credit in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Feb 8, 2024
1 parent 44d32a9 commit e0a37a2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
<img src="docs/public/tempo.png" alt="TEMPO" width="400" height="156">
<img src="docs/public/tempo.png" alt="TEMPO" width="500" height="195">

[![Vitest](https://github.com/formkit/tempo/actions/workflows/tests.yml/badge.svg)](https://github.com/formkit/tempo/actions/workflows/tests.yml)

# Tempo
# Tempo — The easiest way to work with dates in JavaScript (and TypeScript)

Tempo is a new library in a proud tradition of JavaScript date and time libraries. Inspired by the likes of moment.js, day.js, and date-fns Tempo is built from the ground up to be as small and easy to use as possible.

Tempo is best thought of as a collection of utilities for working with `Date` objects — an important distinction from other libraries that provide custom date primitives. Under the hood, Tempo mines JavaScript's `Intl.DateTimeFormat` to extract complex data like timezones offsets and locale aware date formats giving you a simple API to format, parse, and manipulates dates.

[Read the docs](https://tempo.formkit.com)

---

Created by the <a href="https://formkit.com">FormKit team</a>.

0 comments on commit e0a37a2

Please sign in to comment.