frenchcore
v0.1.0
Published
Genre data module for frenchcore: canonical BPM range (190-220), origin, traits, and related genres as plain data.
Downloads
142
Maintainers
Readme
frenchcore
Genre data module: canonical BPM range, origin, and traits of frenchcore as plain data. Useful for music apps, BPM tools, playlist logic, or settling arguments programmatically.
import genre, { inRange, typicalBpm } from "frenchcore";
genre.bpm; // [190, 220]
genre.origin; // 'France, 1990s hardcore offshoot'
inRange(150); // false
typicalBpm; // 205Data, not opinions. Well — curated opinions, versioned.
Related: hardtek, uptempo, hardcore.
MIT © wobondar
