@pp0/glossary
v2024.10.22-5
Published
Collection of key terms and concepts at the intersection of cryptoanarchy, digital freedom, decentralized technologies, and biohacking, designed to empower and inspire the parallel society.
Downloads
45
Readme
Parallel Glossary
Collection of key terms and concepts at the intersection of cryptoanarchy, digital freedom, decentralized technologies, and biohacking, designed to empower and inspire the parallel society.
- Frontend: https://paralelnipolis.info/glossary
- JSON source: https://glossary.pp0.co
Statistics
| lang | terms | missing links | | --- | --- | --- | | English (en) | 18 | 66 |
How to use
Javascript
Install package:
npm i @pp0/glossary
And then use:
import { loadGlossary } from '@pp0/glossary';
// load glossary
const { glossary } = loadGlossary();
// print english glossary
console.log(glossary.en);