1.0.1 • Published 5 months ago

lscs-core v1.0.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
5 months ago

lscs-core

This library enables users to utilize the LSCS Core API in NodeJS hassle free.

Usage

// Initializing an lscs-core instance
import lscscore from 'lscs-core'
const lscs = new lscscore(process.env.LSCS_AUTH_KEY)

const userData = await lscs.findMemberByEmail('max_chavez@dlsu.edu.ph')
console.log(userData)

const userData2 = await lscs.findMemberById('max_chavez@dlsu.edu.ph')
console.log(userData2)

const committees = await lscs.getCommittees()
console.log(committees)
1.0.1

5 months ago

1.0.0

5 months ago