
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Using npm:
$ npm install wtm-api
Using yarn:
$ yarn add wtm-api
import {
getWtmData,
getWtmCategoryData,
getWtmSearchData,
createWtmData,
WtmListType,
CategoryItems,
CategoryColors,
} from "wtm-api";
λͺ¨λ λ°μ΄ν° μ‘°ν
μ₯λ₯΄, μΉ΄ν κ³ λ¦¬ μ‘°ν
κ²μλ°μ΄ν° μ‘°ν
λ°μ΄ν° μΈλΆμ¬ν μ‘°ν
λ°μ΄ν° μμ±
{
tag: "μν",
title: "λμ λ",
thumbnailUrl: "imgUrl.jpg",
category: ['λ‘맨μ€'],
described: 'βμ€λμ λνν
κΌ νκ³ μΆμ λ§μ΄ μλλ°β
μνμ¬νμ ν루 μλ μ€ν, μΈλ―Έλ μ΄μν κΏμμ κΉ¨μ΄λ νμμκ²λ‘ ν₯νλ€. μ€λ«λμ λλ¬μλ λ§μμ μ€λμ λ°λμ μ ν΄μΌ ν κ² κ°μ κΈ°λΆμ΄ λ€μκΈ° λλ¬Έμ΄λ€.
νμ§λ§ λμ³ νλ₯΄λ λ§μκ³Ό λ¬λ¦¬ μκΎΈλ§ μ΄κΈλλ λ μ¬λ. μν° μ€ν΄μ μμ²λ₯Ό λ€λ‘νκ³ , μΈλ―Έλ νμμκ² μ§μ¬μ κ³ λ°±ν μ μμκΉ?',
grade: "5",
famousLine: "μ¬λν΄, μ¬λν΄, μ¬λν΄",
recommended: true,
startDate: "Wed Jan 25 2017 16:00:00 GMT-0800",
endDate: null,
ost: "https://open.spotify.com/track/6HgeeiHqVpxxFCB0bjBRT6?si=3aeb768d866c467c",
trailer: "https://www.youtube.com/watch?v=CT68pb1ptuY&t=4s",
watchaPedia: "https://pedia.watcha.com/ko-KR/contents/mdREZrD",
}
import { WtmListType } from "wtm-api";
export interface WtmListType {
title: string;
described: string;
thumbnailUrl: string;
tag: "μν" | "λλΌλ§" | "μλ₯" | "μ 체";
category: string[];
grade: string;
recommended: boolean;
famousLine: string;
startDate: Date | string;
endDate?: Date;
ost: string;
trailer: string;
watchaPedia: string;
}
import { Colors, CategoryColors } from "wtm-api";
export const Colors: Record<string, string> = {
red: "#FF7D7D",
purple: "#55155d",
pink: "#982E81",
gray: "#818198",
orange: "#EE786D",
blue: "#5966E9",
yellow: "#eff4af",
green: "#7eb293",
shallowGray: "#d4d4dc",
brown: "#a95e13",
};
export const CategoryColors = {
ν΄λ¨Ό: Colors.orange,
λ‘맨μ€: Colors.purple,
μ‘μ
: Colors.red,
ννμ§: Colors.blue,
λ²μ£: Colors.gray,
μ€λ¦΄λ¬: Colors.brown,
λ―Έμ€ν°λ¦¬: Colors.shallowGray,
μ½λ―Έλ: Colors.pink,
λμλ₯΄: Colors.shallowGray,
μλ°μ΄λ²: Colors.red,
νΈλ¬: Colors.yellow,
SF: Colors.green,
};
export Count CategoryItems =
ν΄λ¨Ό
λ‘맨μ€: μ°μν΄, λΉ¨λ ·λ€
μ‘μ
: red,
ννμ§: blue,
λ²μ£: gray,
μ€λ¦΄λ¬: brown,
λ―Έμ€ν°λ¦¬: shallowGray,
μ½λ―Έλ: pink,
λμλ₯΄: shallowGray,
μλ°μ΄λ²: red,
νΈλ¬: yellow,
SF: green,
FAQs
wtm api
The npm package wtm-api receives a total of 1 weekly downloads. As such, wtm-api popularity was classified as not popular.
We found that wtm-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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.