Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bogas04/hukamnama-cli
⌨ Fetches hukamnama using api.sikher.com
https://github.com/bogas04/hukamnama-cli
Last synced: about 2 months ago
JSON representation
⌨ Fetches hukamnama using api.sikher.com
- Host: GitHub
- URL: https://github.com/bogas04/hukamnama-cli
- Owner: bogas04
- Created: 2016-05-23T15:43:38.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-19T15:16:34.000Z (about 8 years ago)
- Last Synced: 2024-11-09T08:07:49.641Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hukamnama-cli
Fetches hukamnama on basis of ang number provided by user. The service relies on [Sikher API](http://api.sikher.com)# Installation
* Install [NodeJS](http://nodejs.org/) (v6 or above)
* Open terminal/command prompt and enter `npm install hukamnama-cli -g`
* Use hukamnamajs as `hukamnama-cli `# Usage
* Not providing <Hymn number> will open random ang
* Not providing <filename> will save hukamnama as Hukamnama.txt# Changelog
* 1.0.2
* Since hukamnama isn't always the last hymn of the ang, app requests you to give hymn number instead. You can find hymn number on popular websites like granth.co etc.
* 1.0.1
* Default filename is Hukamnama.txt
* Gurmukhi is prefixed with 5 spaces while english translation isn't
* 1.0.0
* Initial version