Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DotEfekts/TradeCommander
A CLI style interface for the SpaceTraders API, written in Blazor WebAssembly.
https://github.com/DotEfekts/TradeCommander
blazor blazor-webassembly csharp net5
Last synced: 3 months ago
JSON representation
A CLI style interface for the SpaceTraders API, written in Blazor WebAssembly.
- Host: GitHub
- URL: https://github.com/DotEfekts/TradeCommander
- Owner: DotEfekts
- License: gpl-3.0
- Created: 2021-03-05T19:07:55.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T06:06:09.000Z (over 3 years ago)
- Last Synced: 2024-05-19T14:03:49.074Z (6 months ago)
- Topics: blazor, blazor-webassembly, csharp, net5
- Language: C#
- Homepage: https://tradecommander.dotefekts.net
- Size: 35.7 MB
- Stars: 23
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TradeCommander
TradeCommander is a CLI style web interface for the [Space Traders API](https://spacetraders.io). It is built using Blazor WebAssembly and runs entirely in browser, needing only a static host.
This application is available to use at [dotefekts.github.io/TradeCommander](https://dotefekts.github.io/TradeCommander), or run yourself locally by following the instructions below.## Installation
*Requires .Net 5 SDK*
1. Clone the repo
```sh
git clone https://github.com/DotEfekts/TradeCommander.git
```
2. CD to the project directory
```sh
cd TradeCommander/TradeCommander
```
3. Start the server
```sh
dotnet run
```
3. Open your browser and go to https://localhost:5001/## Contributing
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/MyNewFeature`)
3. Commit your Changes (`git commit -m 'Added MyNewFeature'`)
4. Push to the Branch (`git push origin feature/MyNewFeature`)
5. Open a Pull Request## License
Distributed under the GNU General Public License v3.0 License. See `LICENSE` for more information.