Skip to content

xooolod/Geckotail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦎 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

Releases

No releases published

Packages

No packages published