UNPKG

myanimelist-jikan

Version:

powerful Node.js wrapper for the Jikan.moe v4 API.

8 lines (6 loc) 149 B
// src/constants/urls.js /** * The base URL for the Jikan.moe API v4. * @author tamaaxzcw */ export const BASE_URL = 'https://api.jikan.moe/v4';