indigenous-northeast
v1.0.2
Published
Explore detailed cultural and linguistic information about the tribes of Northeast India. A lightweight, developer-friendly module for research, education, and heritage projects.
Readme
indigenous-northeast
A curated dataset and lightweight utility module to explore the tribes of Northeast India. Get cultural, linguistic, and geographic insights about indigenous tribes across the 7 Northeastern states of India.
📦 Installation
npm install indigenous-northeastUsage
const {
getAllTribes,
findTribesByState,
getTribeByName
} = require('indigenous-northeast');
// Get the full list of tribes
console.log(getAllTribes());
// Filter tribes by state
console.log(findTribesByState('Manipur'));
// Get a specific tribe by name
console.log(getTribeByName('Ao Naga'));