Skip to content

Module that grabs the notices and returns an array from a KAMAR school portal

Notifications You must be signed in to change notification settings

chezzzer/kamar-notices

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

kamar-notices

Module that grabs the notices and returns an array from a KAMAR school portal

Install

npm install kamar-notices

or use yarn

yarn add kamar-notices

Usage

const KamarNotices = require("kamar-notices");
const notices = new KamarNotices("PORTAL_URL");
notices.getNotices().then((noticeList) => {
  /*
    [
        {
            for: 'All',
            title: 'Test Notice',
            staff: 'ABC',
            content: "This is a test notice"
        }
        ...
    ]
  */
});

Checkout my notices-screen repo for a way to display it on a TV.

About

Module that grabs the notices and returns an array from a KAMAR school portal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published