harvard-student-organizations
v1.0.3
Published
Get data from Harvard student organizations
Downloads
7
Maintainers
Readme
harvard-student-organizations
Installation
This package is distributed via npm:
$ npm install --save harvard-student-organizations
Usage
Node.js
const studentOrgs = require('harvard-student-organizations');
const allStudentOrgs = studentOrgs.all;
const randomStudentOrg = studentOrgs.random();
const threeRandomStudentOrgs = studentOrgs.random(3);
Response:
{
"name": "Computer Society (HCS)"
}
Browser
<script src="https://unpkg.com/harvard-student-organizations/dist/index.umd.min.js"></script>