Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jimver/cryptocalculator
Calculator for crypto investments
https://github.com/jimver/cryptocalculator
angular cryptocurrency profit-calculator
Last synced: 2 months ago
JSON representation
Calculator for crypto investments
- Host: GitHub
- URL: https://github.com/jimver/cryptocalculator
- Owner: Jimver
- Created: 2017-11-01T00:05:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-26T04:10:15.000Z (7 months ago)
- Last Synced: 2024-10-26T06:53:13.217Z (2 months ago)
- Topics: angular, cryptocurrency, profit-calculator
- Language: TypeScript
- Homepage: https://cryptocalculator.jimver.nl
- Size: 511 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoCalculator
[![Build Status](https://travis-ci.org/Jimver/CryptoCalculator.svg?branch=master)](https://travis-ci.org/Jimver/CryptoCalculator)
[![codecov](https://codecov.io/gh/Jimver/CryptoCalculator/branch/master/graph/badge.svg)](https://codecov.io/gh/Jimver/CryptoCalculator)[![dependencies Status](https://david-dm.org/jimver/cryptocalculator/status.svg)](https://david-dm.org/jimver/cryptocalculator)
[![devDependencies Status](https://david-dm.org/jimver/cryptocalculator/dev-status.svg)](https://david-dm.org/jimver/cryptocalculator?type=dev)[![Known Vulnerabilities](https://snyk.io/test/github/jimver/cryptocalculator/badge.svg)](https://snyk.io/test/github/jimver/cryptocalculator)
[![NSP Status](https://nodesecurity.io/orgs/jimver/projects/c156ed5c-8666-4083-84c2-1cf930b9ceb6/badge)](https://nodesecurity.io/orgs/jimver/projects/c156ed5c-8666-4083-84c2-1cf930b9ceb6)## Description
This is a web page that lets you calculate the profit you can make when buying and selling cryptocurrencies.### Support
Feel free to donate if you like this project and want to support it (bitcoin address): 16qv7qzLMaaNaiVMf4D5628QvJJhT8w4Zj## Angular CLI
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.4.9.### Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
### Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-prod` flag for a production build.
### Running unit tests
Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).
### Running end-to-end tests
Run `ng e2e` to execute the end-to-end tests via [Protractor](http://www.protractortest.org/).