Socket
Book a DemoInstallSign in
Socket

slekup-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

slekup-api

A JavaScript library for interacting with Slekup API

0.0.2
unpublished
latest
Source
npmnpm
Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Slekup API

A JavaScript library for interacting with Slekup API.

Slekup API is a powerful multi-purpose API that allows for fast and easy integration of a wide range of features and external services into your application.

Resources

  • Official Documentation
  • Discord Server
  • GitHub
  • NPM

Getting started

Installation

npm install slekup-api

Usage

Initialize the client with your token.

import { Client } from 'slekup-api';

const client = new Client({
  token: 'YOUR_TOKEN',
  version: 1,
});

client.login().then(() => {
  console.log('Logged in!');
});

Getting a random joke

client.jokes
  .random()
  .then((joke) => {
    console.log(joke);
  })
  .catch((err) => {
    console.error(err);
  });

Log debug messages

client.on('debug', (message) => {
  console.log(message);
});

Keywords

slekup-api

FAQs

Package last updated on 24 May 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.