Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/igeligel/skadiprices.csgofast
:snowflake: .NET core package to interact with the csgofast.com pricing api.
https://github.com/igeligel/skadiprices.csgofast
csgo csharp dotnet-core inventory price pricing-api steam steam-community
Last synced: 10 days ago
JSON representation
:snowflake: .NET core package to interact with the csgofast.com pricing api.
- Host: GitHub
- URL: https://github.com/igeligel/skadiprices.csgofast
- Owner: igeligel
- License: mit
- Created: 2016-07-13T12:08:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-24T20:46:13.000Z (over 7 years ago)
- Last Synced: 2024-11-19T09:53:33.190Z (2 months ago)
- Topics: csgo, csharp, dotnet-core, inventory, price, pricing-api, steam, steam-community
- Language: C#
- Homepage: https://api.csgofast.com/sih/all
- Size: 29.3 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# skadiprices.csgofast
[![NuGet](https://img.shields.io/nuget/v/skadiprices.csgofast.svg)](https://www.nuget.org/packages/skadiprices.csgofast/0.1.0)
[![Discord](https://img.shields.io/badge/discord-join%20chat-blue.svg)](https://discord.gg/0i5X3oDHJbDUsiGC)If you join the discord, message igeligel.
| | Build Status |
| ------------- |:-------------:|
| Linux/Mac | WIP |
| Windows | [![Build status](https://ci.appveyor.com/api/projects/status/37o4mjjhds93tgha?svg=true)](https://ci.appveyor.com/project/igeligel/skadiprices-csgofast) |.net core package to interact with the [csgofast.com pricing api](https://api.csgofast.com/sih/all).
## Project
An api wrapper around the csgofast.com pricing api.
It will enable you to read prices easily out of the csgofast api.## Dependencies
| Package | Version |
| ------------------- |-------------|
| NETStandard.Library | 1.6.0 |
| Newtonsoft.Json | 9.0.1 |## Installation
### As Nuget Package (Recommended)
> WIP
### Referenced as built package
1. You need to install .net core. For instructions head over [here](https://www.microsoft.com/net/core).
2. Open your command line.
3. Change directory to the package's source.
4.
```
$ dotnet restore
```
5.
```
$ dotnet build
```
6. Reference your build like this:```
"skadiprices.csgofast": "0.1.0-*"
```in your project.json file. For an example watch the [testing package](https://github.com/igeligel/skadiprices.csgofast/tree/master/src/skadiprices.csgofast.test).
## Documentation
The documentation is referenced here:[Click me](https://github.com/igeligel/skadiprices.csgofast/blob/master/documentation/public.md) to get to the documentation
## Contribute
Watch the [master repository](https://github.com/igeligel/skadisteam) for more information.## Authors
- [igeligel](https://github.com/igeligel)## Contact
[![Steam](https://raw.githubusercontent.com/encharm/Font-Awesome-SVG-PNG/master/black/png/16/steam-square.png "Steam Account") Steam](http://steamcommunity.com/profiles/76561198028630048/)[![Twitter](https://raw.githubusercontent.com/encharm/Font-Awesome-SVG-PNG/master/black/png/16/twitter.png "Twitter") Twitter](https://twitter.com/kevinpeters_)
[![Discord](http://i.imgur.com/wlwOQpl.png "Discord") Discord (I am igeligel there. Just send me a direct message)](https://discord.gg/0i5X3oDHJbDUsiGC)
## License
[MIT](https://github.com/igeligel/skadiprices.csgofast/blob/master/LICENSE)