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
- Host: GitHub
- URL: https://github.com/note89/is-it-thursday
- Owner: note89
- Created: 2015-08-29T06:28:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-11-29T13:42:18.000Z (about 1 year ago)
- Last Synced: 2025-03-28T00:06:38.255Z (11 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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...
```