Socket
Socket
Sign inDemoInstall

dhn-api

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dhn-api

An Example Api's


Version published
Weekly downloads
42K
decreased by-20.79%
Maintainers
1
Weekly downloads
 
Created
Source

Installing

pkg update 
pkg upgrade
pkg install nodejs
npm i dhn-api --save

Usages

const dhn_api = require("dhn-api");

(async() => {
   const API = await dhn_api.KomikuSearch("naruto");
   console.log(API);
}();

Output:

[
  {
    status: 200,
    creator: '@dehan_j1ng',
    manga: 'Naruto',
    manga_desc: 'Update 10 bulan lalu. Naruto adalah ninja adalah sesama penghuni desa.',
    manga_url: 'https://data3.komiku.id/manga/naruto/',
    manga_thumb: 'https://cover.komiku.id/wp-content/uploads/2020/08/Komik-Naruto.jpg?resize=450,235&quality=60',
    chapter: {
      pertama: 'https://data3.komiku.id/ch/komik-naruto-chapter-1-bahasa-indonesia/',
      terbaru: 'https://data3.komiku.id/ch/komik-naruto-chapter-711-bahasa-indonesia/'
    }
  }
]

Try this to show All

const dhn_api = require("dhn-api");

( async () => {
  const API = await dhn_api;
  console.log(API)
})();

Output:

{
  BBCNews: [AsyncFunction: BBC],
  metroNews: [AsyncFunction: metroTV_],
  CNNNews: [AsyncFunction: CNN_],
  iNews: [AsyncFunction: iNewsTV_],
  KumparanNews: [AsyncFunction: Kumparan_],
  TribunNews: [AsyncFunction: Tribun_],
  DailyNews: [AsyncFunction: DailyNews_],
  DetikNews: [AsyncFunction: DetikNews_],
  OkezoneNews: [AsyncFunction: Okezone_],
  CNBCNews: [AsyncFunction: CNBC_],
  FajarNews: [AsyncFunction: KoranFajar_],
  KompasNews: [AsyncFunction: Kompas_],
  SindoNews: [AsyncFunction: KoranSindo_],
  TempoNews: [AsyncFunction: TempoNews_],
  IndozoneNews: [AsyncFunction: Indozone_],
  AntaraNews: [AsyncFunction: AntaraNews_],
  RepublikaNews: [AsyncFunction: Republika_],
  KomikuSearch: [AsyncFunction: Komiku_],
  AniPlanetSearch: [AsyncFunction: AnimePlanet_],
  KomikFoxSearch: [AsyncFunction: KomikFox_],
  KomikStationSearch: [AsyncFunction: KomikStation_],
  MangakuSearch: [AsyncFunction: Mangakus_],
  KiryuuSearch: [AsyncFunction: Kiryuus_],
  KissMangaSearch: [AsyncFunction: KissM_],
  KlikMangaSearch: [AsyncFunction: KlikS_],
  PalingMurah: [AsyncFunction: palingmurah_],
  LayarKaca21: [AsyncFunction: layarkaca_],
  AminoApps: [AsyncFunction: Amino_],
  Emojis: [AsyncFunction: Emojing_]
}
List Features

ListName
TypeAnime
1Komiku Search
2Anime Planet Search
3Komik Fox Search
4Komok Station Search
5Mangaku Search
6Kiryuu Search
7Kissmanga Search
8Klikmanga Search

ListName
TypeNews
1Kompas News
2CNN News
3CNBC News
4Tribun News
5Kumparan News
6Daily News
7Detik News
8BCC News
9Metro News
10INews News
11Sindo News
12Fajar News
13Okezone News
14Indozone News
15Tempo News
16Republika News
17Antara News

ListName
TypeSearch
1Paling Murah Search
2LayarKaca21 Search
3AminoApps Search

ListName
TypeOther
1Emoji to Png

Thanks you for installing this packages >\<

baakaaaaa !1!1!1!1!!!! :3

Keywords

FAQs

Package last updated on 24 Jun 2021

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