New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

chande

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chande

A minimal command-line tool for getting the rate of popular currencies in Iran's free market from bonbast.com.

  • 2.1.2
  • unpublished
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Chande

A minimal command-line tool for getting the rate of popular currencies in Iran's free market from bonbast.com.

Installation

npm install -g chande

Usage

For getting all the available currencies:

chande

For getting an specific currency:

chande usd

Or multiple currencies at once:

chande usd eur try

Sample output:

.--------------------------------------------.
|   | Code |   Currency    |  Sell  |  Buy   |
|---|------|---------------|--------|--------|
| 1 | USD  | US Dollar     | 16,100 | 16,000 |
| 2 | EUR  | Euro          | 17,330 | 17,180 |
| 3 | TRY  | Turkish Lira  | 2,455  | 2,435  |
| 4 | AED  | UAE Dirham    | 4,385  | 4,365  |
| 5 | GBP  | British Pound | 18,755 | 18,555 |
'--------------------------------------------'
- Last update: Sat, 21 Mar 2020 09:26:02
- Prices are in Iranian Toman (1 Toman = 10 Rials)
- Source: bonbast.com

Proxy support

Since bonbast.com is banned in Iran, you may use a proxy:

chande --proxy socks5://127.0.0.1:1080

With currency args:

chande usd try --proxy socks5://127.0.0.1:1080

License

MIT

Keywords

FAQs

Package last updated on 12 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc