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

https://github.com/note89/is-it-thursday

Js library that makes an educated guess if its Thursday or not
https://github.com/note89/is-it-thursday

Last synced: 10 months ago
JSON representation

Js library that makes an educated guess if its Thursday or not

Awesome Lists containing this project

README

          

# is-it-thursday?
Js library that makes an educated guess if its Thursday or not...

## Intall with NPM
```bash
$npm install is-it-thursday
```

## Use in your project

```javascript
var isItThursday = require('is-it-thursday');
console.log(isItThursday.huh) // Probably not...
```