Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/palmaluv/wpfconvertermoney
WPFConverter gives you markup easy access to cryptocurrencies and conversions using the CoinCap API 2.0.
https://github.com/palmaluv/wpfconvertermoney
api coin coincap converter wpf
Last synced: 2 months ago
JSON representation
WPFConverter gives you markup easy access to cryptocurrencies and conversions using the CoinCap API 2.0.
- Host: GitHub
- URL: https://github.com/palmaluv/wpfconvertermoney
- Owner: PalmaLuv
- Created: 2024-08-03T17:29:23.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T10:05:11.000Z (4 months ago)
- Last Synced: 2024-10-10T14:04:50.271Z (2 months ago)
- Topics: api, coin, coincap, converter, wpf
- Language: C#
- Homepage:
- Size: 34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WPF Converter
![alt text](.gitimage/image.png)
WPFConverter gives you markup easy access to cryptocurrencies and conversions using the [CoinCap API 2.0](https://docs.coincap.io).
Gives you that kind of opportunity :
- View Assets
- Volute conversion
- View ExchangesVisual part :
- Nice interface
- Change application theme (dark/light)# How to run
There are two ways to run the program, either downloading from [releases](https://github.com/PalmaLuv/WPFConverterMoney/releases) and simply running it, or compiling it using VisualStrudio or the .NET CLI
### To run through VisualStudio
Copy the repository to any folder
```bash
git clone https://github.com/PalmaLuv/WPFConverterMoney.git
```And open the WPFAppConverter.csproj file using VisualStudio. After that we generate a solution for the project
### To run through .NET CLI
Copy the repository to any folder
```bash
git clone https://github.com/PalmaLuv/WPFConverterMoney.git
```Then write the following commands
```bash
dotnet build
dotnet run
```