https://github.com/jimthedev/class-scheduler
A node / d3 based app for scheduling classes.
https://github.com/jimthedev/class-scheduler
Last synced: 3 months ago
JSON representation
A node / d3 based app for scheduling classes.
- Host: GitHub
- URL: https://github.com/jimthedev/class-scheduler
- Owner: jimthedev
- Created: 2013-03-16T05:01:36.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-16T05:09:22.000Z (about 12 years ago)
- Last Synced: 2024-04-14T08:06:30.404Z (about 1 year ago)
- Language: JavaScript
- Size: 152 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Class Scheduler
============Class scheduler is a library written specifically to aid in the scheduling of educational classes over a week long time period. The goal of this project is to provide tools that enable school administrators and educators to visualize and modify current scheduling trends to offer the best class options for perspective students.
**Note** that at the current time, this project is not stable and should be considered under development.
Getting started
------------To get started on this project:
1. Download and install [Node.js](http://nodejs.org/).
2. Download the most recent code for this project.
3. Open a command prompt to the directory containing the code.
4. Run: npm install
5. Run: node app.js
6. Visit: http://localhost:3031Running tests
------------To run the tests we've written for this project:
1. Follow all the getting started steps.
2. Change the directory to 'test'.
3. Run: npm install jasmine-node -g
4. Run: jasmine-node test