Dogecoin price calculator.
Clone the project:
$ git clone git@github.com:swirlycheetah/wowsuch.git
Install the required development modules:
$ npm install
The main application logic can be found in src/such.js
.
Run grunt build
to test the project builds without fail, the built project will be in the build
folder.
- Navigation amendments
- Opening paragraph explaining website
- Store last entered Dogecoin amount in local storage
- Store selected FIAT currency in local storage
- Added other FIAT currency conversion
- Amended data source for FIAT currencies
- Navigation style amendments
- Amended data source for DOGE to BTC price
- Style amendment for widget to allow font size changes
- Added navigation to homepage
- Various style amendments
- Navigation tweaks
- Sitemap amendments
- Roadmap tweaks
- Embeddable widgets
- Embeddable widgets example page
- Display USD conversion price
- Allow Bitcoin to Dogecoin value calculations
- SEO amendments and implemented sitemap
- Initial release
- Market cap graphs
- Pull data from more than one source
- Tests
Released under the MIT license: opensource.org/licenses/MIT