mirror of
https://github.com/seigler/Dash-price-widget
synced 2025-07-25 07:16:09 +00:00
No description
assets | ||
dist | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md |
Dash-price-widget
A small copy-and-paste HTML Dash price widget
This is a small self-contained Dash price widget. It uses the coinmarketcap.com API at https://coinmarketcap-nexuist.rhcloud.com/ to retrieve the price of Dash and display it on a webpage.
Demo
You can see a demo of this project at http://seigler.github.io/Dash-price-widget.
Using This Project
Copy the contents of /dist/index.html and add them anywhere you can put raw HTML.
Building This Project
This project assembles the markup, styles, images, and scripts with an npm script. To build the project, run "npm run test".