https://github.com/doesdev/hoy
Cached breakdown of today's text components
https://github.com/doesdev/hoy
Last synced: about 1 month ago
JSON representation
Cached breakdown of today's text components
- Host: GitHub
- URL: https://github.com/doesdev/hoy
- Owner: doesdev
- License: mit
- Created: 2017-03-28T23:17:38.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-04T18:00:13.000Z (about 2 years ago)
- Last Synced: 2025-03-09T01:08:41.159Z (11 months ago)
- Language: JavaScript
- Size: 861 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hoy [](https://npmjs.org/package/hoy) [](https://github.com/feross/standard) [](https://dependencyci.com/github/doesdev/hoy)
> Cached breakdown of today's text components
## install
```sh
$ npm install --save hoy
```
## usage
```js
const hoy = require('hoy')
console.log(hoy())
/* {
full: '20170329',
year: '2017',
month: '03',
day: '29',
start: 1490760000000,
end: 1490846399999
} */
```
## License
MIT © [Andrew Carpenter](https://github.com/doesdev)