Skip to content

maddhruv/median-age

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

median-age

Countries by Median Age 👴 👩 👦 👶 - extracted from https://en.wikipedia.org/wiki/List_of_countries_by_median_age

Installation

npm i median-age

Usage

Module

import { data } from "median-age";

console.log(data);

CLI

npx median-age

CDN

median-age can also be accessed using CDN

curl https://cdn.jsdelivr.net/gh/maddhruv/median-age@latest/data.json