1.0.0 • Published 4 years ago
jastinch-api-wrapper v1.0.0
jastinch-api-wrapper
Official Wrapper for JastinCh API. With this NPM Package you no need the API Key (free to use)
Download
You can download the package from npmjs. with command:
npm install jastinch-api-wrapperExample Setup
First import the module in you code.
const JcAPI = require('jastinch-api-wrapper')Example Make response.
// import the module
const JcAPI = require('jastinch-api-wrapper')
// make response (Example with YoutubeChannel API)
JcAPI.YoutubeChannel("jastin ch") // keywords = jastin ch
// example response result in console log
.then(console.log) // json responseExample of a response structure.
{
name: 'Jastin Ch',
description: 'Haee.... Bantu channel ini berkembang.',
dateCreated: 'Fri Dec 22 2017',
logo: 'https://yt3.ggpht.com/ytc/AAUvwnhqlq_d48BeRsvFBUyKZxXaGheDLYMiLMryOuBhww=s240-c-k-c0xffffffff-no-rj-mo',
statistics: {
subscriberCount: 1300,
viewCount: 62980,
hiddenSubscriberCount: false,
videoCount: 64
},
url: 'https://www.youtube.com/channel/UC6Ih5SSLMP3VqCq0ouwbXJA'
}Available API (for now in NPM)
All APIs is not here but ALL APIs in Website.
- KBBI - Like Kamus Besar Bahasa Indonesia
JcAPI.KBBI(`text or keyword`)- Alay Letter - Convert from normal text to 4l4y T3xt:
JcAPI.AlayLetter(`text`)- Hastebin - Create code in Hastebin:
JcAPI.Hastebin(`text`, `type Of File`)- Random Joke - Random Funny Jokes:
JcAPI.Joke()- Reverse Text - Converts the text from behind.:
JcAPI.ReverseText(`text`)- Translate - Like Google Translate:
JcAPI.ReverseText(`to Language`, `text`)- Youtube Channel - YouTube Channel Information:
JcAPI.YoutubeChannel(`channel name`)- Random Fact - With result random interesting fact
JcAPI.Fact()- Anime Information - Displays the Anime information with your anime title request.
JcAPI.AnimeInfo("anime title")- Progressbar - Create a Progressbar
JcAPI.Progressbar("now time", "max time")- Chat Bot - Like chatting
JcAPI.ChatBot("message")- 8 Ball - Random Responses
JcAPI.EightBall()- Waifu - Random Waifu Images
JcAPI.Waifu()- Neko - Random SFW Neko Images
JcAPI.Neko()- NSFW NEKO - Random NSFW Neko Images
JcAPI.NsfwNeko()- Used Stats - API Used Statistics.
JcAPI.UsedStats()Links
API Site: https://api.jastinch.xyz Donate: https://api.jastinch.xyz/donate Discord: https://api.jastinch.xyz/discord YouTube: https://youtube.com/c/JastinCh