harvard-student-organizations

1.0.3 • Public • Published

harvard-student-organizations

travis build codecov coverage version downloads MIT License semantic-release

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>

Package Sidebar

Install

npm i harvard-student-organizations

Weekly Downloads

3

Version

1.0.3

License

MIT

Last publish

Collaborators

  • tobiasbueschel