Skip to content
/ dsnet Public

A simple wrapper for AGH University of Science and Technology Dormitories API.

Notifications You must be signed in to change notification settings

pcktm/dsnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DSNET API 🌆

A simple wrapper for AGH University of Science and Technology Dormitories API.

install size

Highlights

  • Well documented (unlike the DSNET API itself - yeah, I'm lookin' at ya DSNET.)
  • Easy to use, asynchronous API
  • Full API coverage
  • Super lightweight
  • Written and typed in TypeScript

Install

$ npm install dsnet

Usage

import DSNET from 'dsnet';

const api = new DSNET('OAUTH2_TOKEN');

(async () => {
	
	const userInfo = await api.getUserInfo();

})();

About

A simple wrapper for AGH University of Science and Technology Dormitories API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published