forked from padamshrestha/CoinGecko-API
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
46a4b43
commit f7e09da
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,13 @@ const Utils = require('./helpers/utilities'); | |
/** | ||
* @class CoinGecko | ||
* @author Mark Miscavage <[email protected]> | ||
* @author Tony DiPadova <[email protected]> | ||
* @description A Node.js wrapper for the CoinGecko API with no dependencies. For more information, visit: https://www.coingecko.com/api/docs/v3 | ||
* @example | ||
* const CoinGecko = require('coingecko-api-typed'); | ||
* const CoinGeckoClient = new CoinGecko(); | ||
* @public | ||
* @version 1.0.19 | ||
* @version 1.0.20 | ||
* @license MIT | ||
* @kind class | ||
*/ | ||
|