Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplacona/coinconverter
A currency converter for crypto coins
https://github.com/mplacona/coinconverter
Last synced: 7 days ago
JSON representation
A currency converter for crypto coins
- Host: GitHub
- URL: https://github.com/mplacona/coinconverter
- Owner: mplacona
- Created: 2013-05-19T20:00:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-05-28T08:00:51.000Z (over 11 years ago)
- Last Synced: 2024-04-15T11:33:04.859Z (7 months ago)
- Language: JavaScript
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
CoinConverter - V 0.1
=============A currency converter for crypto coins (Currently only supports USD, BTC and LTC)
Based on [BTC-e](https://btc-e.com) Public API.
## Demo
[CoinConverter](http://coinconverter.placona.co.uk) on Placona.co.uk## Dependencies
* [nodejs](http://nodejs.org)
* [npm](https://npmjs.org/)## Quick start
- Clone or download this repo.
- Run `npm install`
- Run `node app.js`
- Access your app in `http://localhost:3000`## License
Copyright (c) 2013 @marcos_placona, Marcos Placona.
Licensed under the MIT license.