Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sammoore/mongoose-time
A mongoose SchemaType that represents a time of day.
https://github.com/sammoore/mongoose-time
Last synced: 8 days ago
JSON representation
A mongoose SchemaType that represents a time of day.
- Host: GitHub
- URL: https://github.com/sammoore/mongoose-time
- Owner: sammoore
- Created: 2017-11-22T18:07:37.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-29T20:14:35.000Z (about 7 years ago)
- Last Synced: 2024-11-08T03:51:59.461Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mongoose-time
A SchemaType that represents time of day.
This currently uses the Date type for storage.