https://github.com/lenin-anzen/generate-dates
With MomentJS generate an array of dates and put them in a JSON File
https://github.com/lenin-anzen/generate-dates
date json momentjs
Last synced: about 2 months ago
JSON representation
With MomentJS generate an array of dates and put them in a JSON File
- Host: GitHub
- URL: https://github.com/lenin-anzen/generate-dates
- Owner: lenin-anzen
- License: mit
- Created: 2017-12-18T17:53:02.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-18T18:06:48.000Z (over 8 years ago)
- Last Synced: 2025-01-11T20:42:00.206Z (over 1 year ago)
- Topics: date, json, momentjs
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# generate-dates
With MomentJS generate an array of dates and put them in a JSON File
### Installation
Install the dependencies:
```bash
npm i
```
Simple run it with:
```bash
npm start
```
### Libraries used
* [Node.js - jsonfile](https://github.com/jprichardson/node-jsonfile)
* [Moment.js](https://momentjs.com)