Skip to content

World-of-Cryptopups/nimgecko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nim-gecko

A simple api wrapper for CoinGecko API (https://www.coingecko.com/en/api/documentation)

Install

nimble install https://github.com/World-of-Cryptopups/nimgecko.git

Usage

import nimgecko


let r = newCoinGecko()

echo r.ping().gecko_says

Note:

All functions are not yet tested and not assured to be working 100% correctly and fully. Either the endpoint was wrong or wrong query implementation.

© 2021 | World of Cryptopups