liu-tentor-package
v1.2.0
Published
`npm install liu-tentor-package`
Readme
LIU tentor package
npm install liu-tentor-package
Functions
Get all packages
import { getCourses } from "liu-tentor-package";
const courses = await getCourses();Get course statistic
import { getCourseStatistic } from "liu-tentor-package";
const course = await getCourseStatistic("tata24");