New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

zapi-uwaterloo

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zapi-uwaterloo

Api Library to make it easy to access data from the University Of Waterloo's API

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

alt text

zapi-uwaterloo (v 1.0.0)

Introduction

Zapi is a JavaScript library built to help developers easily connect to uwaterloo api.

This component is built for UWaterloo's api.

Requirements

  • JQuery
<script src="http://code.jquery.com/jquery-1.11.3.min.js"></script>

Install

npm install zapi-uwaterloo --save

Use

You'll have to host the library yourself, so either

  • Require
var zapi_uwaterloo = require('zapi-uwaterloo');
  • Pull in with script (in html)
<script src="your/path/to/zapi-uwaterloo.min.js"></script>

Full list of methods supported

  • api
  • buildings
  • codes
  • courses
  • events
  • foodservices
  • news
  • server
  • services
  • terms
  • weather
  • resources

Example

 zapi = new zapi_uwaterloo();
 
 zapi.foodservices({
   api_key: "{your_api}",
   sub_endpoint: "menu",
 }, function(data) {
   console.log(data);
 });

Api Documentation

Github Page

NPM Module

Issues

Any issues, report them here.

Keywords

FAQs

Package last updated on 12 May 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc