No description
Find a file
Joshua Seigler 9ff2f7250c 📺 Add MIT license
2017-08-14 23:26:47 -04:00
assets now reads which fiat currencies to use from markup 2016-05-08 19:11:10 -04:00
dist now reads which fiat currencies to use from markup 2016-05-08 19:11:10 -04:00
.gitignore improved appearance 2016-04-28 23:17:29 -04:00
LICENSE 📺 Add MIT license 2017-08-14 23:26:47 -04:00
package.json now reads which fiat currencies to use from markup 2016-05-08 19:11:10 -04:00
README.md 🔤 Fix demo page URL 2017-08-14 23:06:27 -04:00

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".