An open API service indexing awesome lists of open source software.

https://github.com/zachomedia/uwaterloo-assistant

An OS X assistant for University of Waterloo students. Uses information provided by the OpenData API.
https://github.com/zachomedia/uwaterloo-assistant

Last synced: 8 months ago
JSON representation

An OS X assistant for University of Waterloo students. Uses information provided by the OpenData API.

Awesome Lists containing this project

README

          

# University of Waterloo - Assistant
------------------------------------

This application is in the very early stages of development.

## Idea

The idea behind this application is that it runs in the OS X menu bar and provides information about classes, exams, weather, food services and more.

### Information Source

All information displayed is provided by the University of Waterloo OpenData API (https://api.uwaterloo.ca/)

## Compiling and Running

1. An API key is required: https://api.uwaterloo.ca/
2. Copy APIKey.h.dist to APIKey.h
3. Place the API key in APIKey.h

## License

```
The MIT License (MIT)

Copyright (c) 2014 Zachary Seguin

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
```