Socket
Socket
Sign inDemoInstall

ardy-api

Package Overview
Dependencies
69
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ardy-api

Ardy Api Module


Version published
Weekly downloads
54
increased by800%
Maintainers
1
Install size
7.20 MB
Created
Weekly downloads
 

Readme

Source

ArdyApi

npm version

Install

$ npm i ardy-api

Import


//Using COMMONJS
const api = require('ardy-api') // can be replaced

//Using ES6 Or Typescript
import api from 'ardy-api' // can be replaced

Feature

Encrypt


// utf-8 to base64
const result = api.encrypt.toBase64("Hello World") 
console.log(result) // SGVsbG8gV29ybGQ=

// base64 to utf-8
const result = api.encrypt.base64ToString("SGVsbG8gV29ybGQ=")
console.log(result) // Hello World

// utf-8 to binary
const result = api.encrypt.toBinary("Hello")
console.log(result) // 1001000 1100101 1101100 1101100 1101111

// binary to utf-8
const result = api.encrypt.binaryToString("1001000 1100101 1101100 1101100 1101111")
console.log(result) // Hello

Information


// merdeka news
const result = api.info.merdekanews()
console.log(result)

Downloader


// aiovideodl
const result = api.downloader.aiovideodl("Url")
console.log(result)

Searching


// npmjs search
const result = api.search.npmSearch(query)
console.log(result)

// freefire search
const result = api.search.idFF(userId)
console.log(result)

// mobile legends search
const result = api.search.idML(userId, zoneId)
console.log(result)

// search sticker
const result = api.search.searchSticker(Query)
console.log(result)

// pinterest
const result = api.search.pinterest(Query)
console.log(result)

// wattpad by xfarr
const result = api.search.wattpad(Query)
console.log(result)

Primbon

// konversi tanggal jawa
const result = api.primbon.konversi_tanggal_jawa(Days, Month, Years)
console.log(result)

// nomor hp bagua shuzi
const result = api.primbon.nomor_hp(Name)
console.log(result)

// arti nama
const result = api.primbon.artinama(Name)
console.log(result)

// tafsir mimpi
const result = api.primbon.tafsir_mimpi(Mimpi)
console.log(result)

// zodiak
const result = api.primbon.zodiak(Zodiak)
console.log(result)

Other


// emoji mixer
const result = api.other.emojimix(emoji1, emoji2)
console.log(result)

// pp couple
const result = api.other.ppcouple()
console.log(result)

Keywords

FAQs

Last updated on 18 Jun 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc