0.0.5 • Published 7 months ago

rit.ts v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

RIT.ts

A TypeScript package for interacting with api.rit.edu.

Build Status Tests Status npm codecov

Getting Started

Run npm install rit.ts in your NodeJS project, then it's as easy as:

import { TigerClient } from "rit.ts";

const RITClient:TigerClient = new TigerClient("YOUR_API_KEY")

More documentation hopefully coming soon.

Contributing

Don't forget to make a .env file defining an RIT_API_KEY if you're going to contribute to development!

npm test -- Run tests

npm run build -- Build the package

0.0.5

7 months ago

0.0.4

7 months ago

0.0.3

7 months ago

0.0.2

7 months ago

0.0.1

7 months ago