coingecko-api-v3
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -39,2 +39,7 @@ "use strict"; | ||
})); | ||
it('/coins/id should successful', () => __awaiter(void 0, void 0, void 0, function* () { | ||
const coin = yield client.coinId({ id: 'bitcoin' }); | ||
expect(coin.name).toBe('Bitcoin'); | ||
expect(coin.localization).not.toBeNull(); | ||
})); | ||
it('/coins/market should successful', () => __awaiter(void 0, void 0, void 0, function* () { | ||
@@ -41,0 +46,0 @@ const list = yield client.coinMarket({ vs_currency: 'usd', ids: 'origin-protocol,bitcorn' }); |
{ | ||
"name": "coingecko-api-v3", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "The nodejs api library for accessing coingecko api v3 , develop with typescript", | ||
@@ -52,6 +52,3 @@ "main": "dist/index.js", | ||
"*.ts": "eslint --cache --fix" | ||
}, | ||
"dependencies": { | ||
"axios": "^0.21.1" | ||
} | ||
} |
@@ -7,2 +7,5 @@ # coingecko-api-v3 | ||
[![version](https://badgen.net/npm/v/coingecko-api-v3)](https://badgen.net/npm/v/coingecko-api-v3) | ||
The nodejs api library for accessing coingecko api v3 , develop with typescript with zero dependencies | ||
@@ -9,0 +12,0 @@ |
100630
0
2217
81
- Removedaxios@^0.21.1
- Removedaxios@0.21.4(transitive)
- Removedfollow-redirects@1.15.9(transitive)