File tree 1 file changed +13
-1
lines changed
1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,15 @@ git clone https://github.com/imaun/coinmarketcap.git
29
29
dotnet build
30
30
```
31
31
32
+ ### or Alternatively install ` ImanN.CoinMarketCap ` from nuget :
33
+ ``` cli
34
+ dotnet add package ImanN.CoinMarketCap --version 1.0.0
35
+ ```
36
+ or with package manager console :
37
+ ``` cli
38
+ Install-Package ImanN.CoinMarketCap -Version 1.0.0
39
+ ```
40
+
32
41
### 3. Get your own API Key from [ here] ( https://pro.coinmarketcap.com/signup/ )
33
42
34
43
### 4. Add CoinMarketCapAPI services in startup
@@ -43,7 +52,7 @@ public void ConfigureServices(IServiceCollection services)
43
52
### 5. Inject ` ICoinMarketCapAPI ` and use it
44
53
``` cs
45
54
using System .Threading .Tasks ;
46
- using Emun .CoinMarketCap ;
55
+ using ImanN .CoinMarketCap ;
47
56
48
57
namespace Sample {
49
58
@@ -64,3 +73,6 @@ namespace Sample {
64
73
}
65
74
```
66
75
76
+ ## Questions & Contact
77
+ You can contact me via email : imun22 at gmail or hi at imaun.ir
78
+
You can’t perform that action at this time.
0 commit comments