universities-info-germany
v1.1.0
Published
Actually just a list with info on all of Germany's universities
Downloads
1
Readme
Infos on Universities in Germany 🇩🇪
This package will just statically provide a json with info on some universities in the DACH area (including all universities in Germany).
Installation
npm install universities-info-germany
.
Usage
Typescript
To import the complete uni data in typescript, use import uniData from 'universities-info-germany';
You can also use the data by some predefined functions, e.g. someone can use import { uniByUUID } from 'universities-info-germany';
to request a uni object by its UUID.