Socket
Socket
Sign inDemoInstall

ksoft.js

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ksoft.js

Official API Wrapper for KSoft.Si API, written in Node.js


Version published
Weekly downloads
25
increased by56.25%
Maintainers
1
Weekly downloads
 
Created
Source

ksoft.js

Official API Wrapper for KSoft API, written in Node.js

Getting Started

installing...

npm install ksoft.js --save

All functions

Images Api

ksoft.images.getRandomMeme()
ksoft.images.getRandomImage(tag)
ksoft.images.getTags()
ksoft.images.searchTags(tag)
ksoft.images.getImageFromId(snowflake)
ksoft.images.getRandomWikiHow(nsfw)
ksoft.images.getRandomCutePicture()
ksoft.images.getRandomNSFW()
ksoft.images.getRandomReddit(subReddit,removeNSFW,span)

Bans Api

ksoft.bans.add({
    user: "123456789741" ,
    mod: "123456789742" ,
    user_name: "SomeBadUsername" ,
    user_discriminator: "#1234" ,
    reason: "Your descriptive reason" ,
    proof: "Your proof",
    appeal_possible: true
})
ksoft.bans.getBanInfo(userID)
ksoft.bans.check(userID)
ksoft.bans.list(page,perPage)
ksoft.bans.getUpdate(epochDate)

Kumo Api

ksoft.kumo.search(q, {
    fast: Boolean,
    more: Boolean,
    mapZoom: Number,
    includeMap: Boolean
})
ksoft.kumo.getSimpleWeather(reportType,q,units,lang,icons)
ksoft.kumo.geoip(ip)
ksoft.kumo.convertCurrency(from,to,value)

Lyrics Api

ksoft.lyrics.search(q, {
    textOnly: Boolean,
    limit: Number
})
ksoft.lyrics.getArtistById(id)
ksoft.lyrics.getAlbumById(id)
ksoft.lyrics.getTrackById(id)

Special thanks to sdf for helping me troubleshoot some stuff :)

Keywords

FAQs

Package last updated on 14 Nov 2018

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

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc