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

https://github.com/opensource-nepal/node-nepali-datetime-example

Example project for npm 'nepali-datetime' package.
https://github.com/opensource-nepal/node-nepali-datetime-example

Last synced: about 1 year ago
JSON representation

Example project for npm 'nepali-datetime' package.

Awesome Lists containing this project

README

          

# Node Nepali Datetime Example

Example project for npm 'nepali-datetime' package.

## Running Example
The example for 'nepali-datetime' is in `index.js` file. To run the example, follow the steps below:

1. Install dependencies
```bash
npm install
```

1. Run the example
```bash
node index.js
```

or

```bash
npm run start
```