Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
@coinpaprika/widget-currency
Advanced tools
A widget showing cryptocurrency stats that you can easily embed in your website.
example:
<div class="coinpaprika-currency-widget"
data-primary-currency="USD"
data-currency="btc-bitcoin"
data-modules='["chart", "market_details"]'
data-update-active="false"
data-update-timeout="30s"></div>
example:
<div class="coinpaprika-currency-widget"></div>
<script src="./src/widget.js"
data-cp-currency-widget='{
"language": "pl",
"primary-currency": "ETH",
"origin-src": "."
}'>
</script>
currency - Currency ID that you can get from API ex. 'btc-bitcoin'
default: 'btc-bitcoin'
primary-currency - the currency to which the values will be converted possible options 'USD', 'PLN', 'BTC' and 'ETH'
default: 'USD'
modules - 'market_details' and 'chart' (you can combine all modules)
default: ['market_details', 'chart']
range - initial chart range '24h', '7d', '30d', '1q', '1y', 'ytd', 'all'
default: '7d'
update-active - bool value is live data updates active
deafult: false
update-timeout - Update interval '30s', '1m', '5m', '10m', '30m'
default: '30s'
language - text translation from files in dist/lang/
default: 'en'
origin-src - custom link to /dist
directory
default: 'https://unpkg.com/@coinpaprika/widget-currency'
style-src - custom link to css file, if you don't want to fetch styles from js set as false
default: null
img-src - custom link to img folder
default: null
lang-src - custom link to lang folder
default: null
Enable styling for dark backgrounds by adding cp-widget__night-mode
class to widget element
<div class="coinpaprika-currency-widget cp-widget__night-mode"></div>
<div class="coinpaprika-currency-widget"
data-primary-currency="USD"
data-currency="btc-bitcoin"
data-update-active="false"
data-update-timeout="30s"></div>
<script src="https://unpkg.com/@coinpaprika/widget-currency/dist/widget.min.js"></script>
npm i @coinpaprika/widget-currency --save
Then add this to your HTML, replacing data parameters
<div class="coinpaprika-currency-widget"></div>
<script src="../node_modules/@coinpaprika/widget-currency/dist/widget.min.js"
data-cp-currency-widget='{
"origin-src": "../node_modules/@coinpaprika/widget-currency"
}'></script>
bower install coinpaprika-widget-currency --save
Then add this to your HTML, replacing data parameters
<div class="coinpaprika-currency-widget"></div>
<script src="../bower_components/coinpaprika-widget-currency/dist/widget.min.js"
data-cp-currency-widget='{
"origin-src": "../bower_components/coinpaprika-widget-currency"
}'></script>
<div class="coinpaprika-currency-widget"></div>
<div class="coinpaprika-currency-widget"
data-currency="xrp-xrp"
data-update-active="true"></div>
<script src="https://unpkg.com/@coinpaprika/widget-currency/dist/widget.min.js"></script>
FAQs
A widget showing cryptocurrency stats that you can easily embed in your website.
We found that @coinpaprika/widget-currency demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.