https://github.com/shalithasuranga/sinhalatime
Simple package for testing npm registry
https://github.com/shalithasuranga/sinhalatime
Last synced: 2 months ago
JSON representation
Simple package for testing npm registry
- Host: GitHub
- URL: https://github.com/shalithasuranga/sinhalatime
- Owner: shalithasuranga
- License: mit
- Created: 2017-11-05T16:33:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T13:13:30.000Z (over 7 years ago)
- Last Synced: 2025-02-13T00:29:18.320Z (4 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/sinhalatime
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SinhalaTime
Gives you the Sinhala version of time using Unicode letters.
## Installation
```bash
$ npm install sinhalatime --save
```## Usage
```javascript
const sinhalatime = require('sinhalatime');
console.log(sinhalatime.display());
```## Notice
This is created to test npm registry and your contribution is appreciated to enhance this simple package..