https://github.com/chrisdwheatley/wowsuch
Dogecoin Price Calculator
https://github.com/chrisdwheatley/wowsuch
Last synced: 5 months ago
JSON representation
Dogecoin Price Calculator
- Host: GitHub
- URL: https://github.com/chrisdwheatley/wowsuch
- Owner: chrisdwheatley
- Created: 2013-12-23T22:22:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-26T22:44:35.000Z (over 10 years ago)
- Last Synced: 2024-04-14T19:51:03.686Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.21 MB
- Stars: 12
- Watchers: 3
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# [Wow Such][1]
Dogecoin price calculator.
### Development
Clone the project:
`$ git clone [email protected]: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.
### Changelog
#### v0.6.0
##### 27/04/2014* Navigation amendments
* Opening paragraph explaining website#### v0.5.1
##### 30/01/2014* Store last entered Dogecoin amount in local storage
* Store selected FIAT currency in local storage#### v0.5.0
##### 25/01/2014* Added other FIAT currency conversion
* Amended data source for FIAT currencies
* Navigation style amendments#### v0.4.3
##### 22/01/2014* Amended data source for DOGE to BTC price
* Style amendment for widget to allow font size changes#### v0.4.2
##### 11/01/2014* Added navigation to homepage
* Various style amendments#### v0.4.1
##### 10/01/2014* Navigation tweaks
* Sitemap amendments
* Roadmap tweaks#### v0.4.0
##### 10/01/2014* Embeddable widgets
* Embeddable widgets example page#### v0.3.0
##### 31/12/2013* Display USD conversion price
#### v0.2.0
##### 30/12/2013* Allow Bitcoin to Dogecoin value calculations
* SEO amendments and implemented sitemap#### v0.1.0
##### 26/12/2013* Initial release
### Roadmap
* Market cap graphs
* Pull data from more than one source
* Tests### License
Released under the MIT license: [opensource.org/licenses/MIT][2]
[1]: http://wowsuch.io
[2]: http://opensource.org/licenses/MIT