Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/sammoore/mongoose-time-range
- Owner: sammoore
- Created: 2017-11-22T18:22:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T20:06:45.000Z (about 7 years ago)
- Last Synced: 2024-11-08T03:51:23.223Z (3 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).