Skip to content

A cli tool to view the exchange rates of foreign currencies against NPR from Nepal Rastra Bank's api https://www.nrb.org.np/exportForexJSON.php

License

Notifications You must be signed in to change notification settings

aviskarkc10/forex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

forex

A cli tool to check the foreign exchange rates against Nepal's currency using Nepal Rastra Bank's API.

Installation

You can install forex by running:

$ go get github.com/aviskarkc10/forex

Make sure your PATH includes the $GOPATH/bin directory so your commands can be easily used:

export PATH=$PATH:$GOPATH/bin

Usage

To view the available commands, run:

$ forex

To view the foreign exchange rates of all the available countries, run:

$ forex list or forex l

To convert a foreign currency to NPR, run:

$ forex convert <amount> <currency>

For example:

# Convert 1 American dollar to NPR
$ forex convert 1 USD or forex c 1 USD
1.00 USD -> 113.34 NPR

# Convert 1 Indian Rupee to NPR
$ forex convert 1 INR or forex c 1 INR
1.00 INR -> 1.60 NPR

LICENSE

MIT

About

A cli tool to view the exchange rates of foreign currencies against NPR from Nepal Rastra Bank's api https://www.nrb.org.np/exportForexJSON.php

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages