Skip to content

Commit

Permalink
Merge pull request #6 from tdipadova3rd/tdp/publish
Browse files Browse the repository at this point in the history
Update license and docs
  • Loading branch information
tdipadova3rd authored Feb 22, 2022
2 parents 7ec5d03 + f7e09da commit 0f1b47e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
MIT License

Copyright (c) 2022 Tony DiPadova

Copyright (c) 2020 Mark Miscavage

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 0f1b47e

Please sign in to comment.