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

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

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)