
Security News
NIST Under Federal Audit for NVD Processing Backlog and Delays
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
@yanamiku/randime-scraper
Advanced tools
Scraper sederhana untuk mengambil informasi anime dari Randime menggunakan Node.js.
Pasang melalui npm:
npm install @yanamiku/randime-scraper
Atau dengan yarn:
yarn add @yanamiku/randime-scraper
Gunakan dalam kode JavaScript atau Node.js:
const { fetchAnimeList } = require('@yanamiku/randime-scraper')
(async () => {
try {
const result = await fetchAnimeList("ki")
console.log(result)
} catch (error) {
console.error("Error:", error)
}
})();
Contoh hasil JSON yang dikembalikan:
{
"status": true,
"baseUrl": "https://www.randime.moe/anime/search",
"query": "ki",
"totalResult": 2,
"author": "© YanaMiku - Iyuzaki Yanagi",
"list": [
{
"imageUrl": "https://www.randime.moe/_next/image?url=https%3A%2F%2Fmedia.kitsu.app%2Fanime%2Fposter_images%2F5949%2Foriginal.jpg&w=640&q=75",
"name": "Maken-Ki!",
"description": "Based on the manga series by Hiromitsu Takeda, this romantic comedy is about Takeru Ohyama, a typical perverted teenage boy. His new school doesn't require entrance exams, and it just turned co-ed! Unfortunately, his dreams of a happy high school life are dashed when he finds out the school is much more than it seems. All of the students wield a special item—a Maken—to unleash their magical abilities in duels! Can Takeru find a Maken that works for him? Even while trying to fit in at a new school and dealing with all kinds of girl problems?\n\n(Source: FUNimation)",
"url": "https://www.randime.moe/anime/5949",
"genre": [
"Martial Arts",
"Super Power",
"School",
"Harem",
"Action",
"Ecchi"
],
"review": {
"Hulu": "https://www.hulu.com/maken-ki-battling-venus"
}
},
{
"imageUrl": "https://www.randime.moe/_next/image?url=https%3A%2F%2Fmedia.kitsu.app%2Fanime%2Fposter_images%2F7275%2Foriginal.jpg&w=640&q=75",
"name": "Maken-Ki! Two",
"description": "Takeru continues his education at Tenbi Academy as part of the newly formed Security Committee. As a team with the other members, they battle unscrupulous individuals who use their Maken for evil purposes. In the meantime, his libido and the conflicting romantic interests of the girls surrounding him complicate matters considerably.\n\n(Source: ANN)",
"url": "https://www.randime.moe/anime/7275",
"genre": [
"Martial Arts",
"Super Power",
"School",
"Harem",
"Action",
"Ecchi"
],
"review": {
"Hulu": "https://www.hulu.com/maken-ki-battling-venus"
}
}
]
}
fetchAnimeList(query: string)
Mencari anime berdasarkan query.
Parameter:
query
(string): Kata kunci pencarian (contoh: "one punch man"
).Return:
Contoh:
const result = await fetchAnimeList("naruto");
console.log(result.list); // Menampilkan daftar anime yang ditemukan
node-fetch
(untuk mengambil halaman web)jsdom
(untuk memproses HTML)Lisensi MIT © 2025 YanaMiku (Iyuzaki Yanagi)
✅ Ya! Paket ini bersifat open-source dan gratis digunakan.
🔹 Silakan laporkan masalah dengan menghubungi kami Contact .
FAQs
Scraper untuk mencari anime di Randime
The npm package @yanamiku/randime-scraper receives a total of 0 weekly downloads. As such, @yanamiku/randime-scraper popularity was classified as not popular.
We found that @yanamiku/randime-scraper demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
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.
Security News
As vulnerability data bottlenecks grow, the federal government is formally investigating NIST’s handling of the National Vulnerability Database.
Research
Security News
Socket’s Threat Research Team has uncovered 60 npm packages using post-install scripts to silently exfiltrate hostnames, IP addresses, DNS servers, and user directories to a Discord-controlled endpoint.
Security News
TypeScript Native Previews offers a 10x faster Go-based compiler, now available on npm for public testing with early editor and language support.