Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sammoore/mongoose-time-range

A mongoose SchemaType that represents a range of time (not DateTime).
https://github.com/sammoore/mongoose-time-range

Last synced: 23 days ago
JSON representation

A mongoose SchemaType that represents a range of time (not DateTime).

Awesome Lists containing this project

README

        

# mongoose-time-range

A SchemaType that represents a range of times in a given day.

This currently uses the Date type for storage through it's sibling, [mongoose-time](https://github.com/samtheprogram/mongoose-time).