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

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

Awesome Lists containing this project

README

          

# is-teatime 🍵⌚
[![Downloads](https://img.shields.io/npm/dt/is-teatime.svg?maxAge=3600)](https://www.npmjs.com/package/is-teatime)
[![Version](https://img.shields.io/npm/v/is-teatime.svg?maxAge=3600)](https://www.npmjs.com/package/is-teatime)
[![Travis](https://api.travis-ci.org/fyk0/is-teatime.svg?branch=master)](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
```