1.0.0 ā€¢ Published 2 years ago

@extra-isin/logos.web v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Graphical symbols for identification of specific securities labeled by the 12-digit code, ISIN. šŸ“¦ Node.js, šŸŒ Web, šŸ“œ Files, šŸ“° Docs.

This is part of the extra-isin project, and includes all available logos of securities in India. Details of securities are obtained from FYERS, and PNG files are fetched from Groww CDN.

This package is available in both Node.js and Web formats. The web format is exposed as extra_isin_logos standalone variable and can be loaded from jsDelivr CDN.

Stability: Experimental.

const isin_logos = require('@extra-isin/logos');


isin_logos.path('INE062A01020');
//ā†’ C:\Documents\logos\data\INE062A01020.jpeg

isin_logos.unpkgUrl('INE062A01020');
//ā†’ https://unpkg.com/@extra-isin/logos/data/INE062A01020.png

isin_logos.jsDelivrUrl('INE062A01020');
//ā†’ https://cdn.jsdelivr.net/npm/@extra-isin/logos/data/INE062A01020.png

Index

PropertyDescription
pathGet local path of a security's logo.
unpkgUrlGet UNPKG URL of a security's logo.
jsDelivrUrlGet jsDelivr URL of a security's logo.

References

npm.io