@alexvipond/mulago-foundation-portfolio
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Mulago Foundation Portfolio

This repo distributes a dataset of organizations in the Mulago Foundation's portfolio. It's a nice, interesting, sufficiently complex dataset to use in demos, practice, etc.

Data was collected from the Mulago Foundation's public website, and all data belongs to the Mulago Foundation.

Usage

Via npm

npm i @alexvipond/mulago-foundation-portfolio

To import detailed organization profiles:

// Import detailed organization profiles
import { portfolio } from '@alexvipond/mulago-foundation-portfolio'

// Or, for simpler use cases, reduce bundle size by just importing
// organization names:
import { names } from '@alexvipond/mulago-foundation-portfolio'

Fetching

You can fetch the data from the src directory:

async function getMulagoFoundationPortfolio() {
  const response = await fetch('https://raw.githubusercontent.com/AlexVipond/mulago-foundation-portfolio/main/src/portfolio.json'),
        json = await response.json()
 
 return json
}

Package Sidebar

Install

npm i @alexvipond/mulago-foundation-portfolio

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

196 kB

Total Files

6

Last publish

Collaborators

  • alexvipond