Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

...

Modern ES6+ API client for Gerstlix.com

⚙️ install guide

# NPM
npm i gerstlix
# YARN
yarn add gerstlix
# PNPM
pnpm add gerstlix

🧩 using guide

// ESModule
import { Gerstlix } from 'gerstlix';
// CommonJS
const { Gerstlix } = require('gerstlix');

const client = new Gerstlix({ token: 'YOUR_API_TOKEN' });

client.getInfo(1)
    .then(response => {
        console.log(response);
    })
    .catch(err => {
        console.error(err.message);
    });
📚 Docs

About

Modern ES6+ API client for Gerstlix.com

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages