https://github.com/fyko/is-teatime
A package to determine if its a good time for tea
https://github.com/fyko/is-teatime
Last synced: about 1 year ago
JSON representation
A package to determine if its a good time for tea
- Host: GitHub
- URL: https://github.com/fyko/is-teatime
- Owner: Fyko
- License: other
- Created: 2019-06-04T22:40:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T22:54:38.000Z (about 7 years ago)
- Last Synced: 2025-03-29T19:43:18.890Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# is-teatime 🍵⌚
[](https://www.npmjs.com/package/is-teatime)
[](https://www.npmjs.com/package/is-teatime)
[](https://travis-ci.org/dragonfire535/is-teatime)
is-teatime is a simple package to determine if its a good time for tea.
## Usage
```js
const teatime = require('is-teatime');
teatime(); // will return a bool
```