1.1.3 • Published 8 months ago

geckotail v1.1.3

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
github
Last release
8 months ago

🦎 Geckotail - simple API wrapper for Geckoterminal API

Geckotail is simple, lightweight (only one dependency!) package for interacting with GeckoTerminal API.

The project is not yet finished! Some of the methods are still in development. Stay tuned!

Installation

npm install geckotail

Usage

const Geckotail = require("geckotail");
const geckoClient = new Geckotail();

async function tonDexList () {
    const tonDexes = await geckoClient.getDexes("ton"); 
    console.log(tonDexes); 
}

tonDexList(); // List of DEXes on TON network

Docs

1.1.3

8 months ago

1.1.2

8 months ago

1.1.1

9 months ago

1.1.0

9 months ago