
Security News
Open Source Maintainers Feeling the Weight of the EU’s Cyber Resilience Act
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
zoro-to-api
Advanced tools
A simple wrapper for the Zoro.to API
# npm
npm install zoro-to-api
# yarn
yarn add zoro-to-api
const Zoro = require('zoro-to-api');
// Change Horimiya to whatever you want to search for
let zoroResults = await Zoro.zoroSearch("Horimiya")
// Get the first result
let horimiya = zoroResults[0]
// Get the info for the first result
let info = Zoro.getAnimeInfoByName(horimiya.eng_title);
// Get the episodes for the first result
let eps = Zoro.getEpList(horimiya.eng_title);
// Get the first episode
let firstEpisode = eps.episodes[0];
// Get the servers for the first episode
let servers = Zoro.getEpisodeServers(firstEpisode.epId);
// Choose out of 4 servers
let subbed = servers.serversSub[0]
// Get the stream server
let streamServer = Zoro.getStreamsById(subbed.serverId);
// Your iframe link
console.log(streamServer.link)
//* ⚠ Make sure you read the docs for the functions you use
import Zoro from 'zoro-to-api';
...
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Make sure to update tests as appropriate.
FAQs
API wrapper for zoro.to
The npm package zoro-to-api receives a total of 7 weekly downloads. As such, zoro-to-api popularity was classified as not popular.
We found that zoro-to-api demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
The EU Cyber Resilience Act is prompting compliance requests that open source maintainers may not be obligated or equipped to handle.
Security News
Crates.io adds Trusted Publishing support, enabling secure GitHub Actions-based crate releases without long-lived API tokens.
Research
/Security News
Undocumented protestware found in 28 npm packages disrupts UI for Russian-language users visiting Russian and Belarusian domains.