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

https://github.com/quadrupleslap/classes

🕓 Timetables for Sydney High School.
https://github.com/quadrupleslap/classes

Last synced: 12 months ago
JSON representation

🕓 Timetables for Sydney High School.

Awesome Lists containing this project

README

          

Classes
=======

Config
------
Configuration is done through the following environment variables:
```js
// Session
DATABASE_URL // Optional with OpenShift.
COOKIE_SECRET

// OAuth2
CLIENT_ID
CLIENT_SECRET
REDIRECT_URI

// Server
PORT // Optional with OpenShift.
IP // Optional with OpenShift.
```