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.
- Host: GitHub
- URL: https://github.com/opensource-nepal/node-nepali-datetime-example
- Owner: opensource-nepal
- Created: 2023-05-12T15:12:57.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-11T11:31:57.000Z (about 2 years ago)
- Last Synced: 2024-05-11T12:37:16.588Z (about 2 years ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```