A web app that displays info and upcoming events about the CS department and CS student organizations at UIC
- Weather (Open Weather Map)
- Time and Date
- Upcoming events from organization calendars
- Personalized MOTD and highlights
- Clone and navigate into the repo
- Run
npm install - Create a
.envfile and add your Open Weather Map API keyOPEN_WEATHER_MAP_API_KEY=<key> - Edit the JSON in main.js to edit/add organisation info
- Run
npm run startto start the node server - Navigate browser to
index.html