Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colinf/sltutils
A collection of utilities for speech & language therapists
https://github.com/colinf/sltutils
Last synced: 9 days ago
JSON representation
A collection of utilities for speech & language therapists
- Host: GitHub
- URL: https://github.com/colinf/sltutils
- Owner: colinf
- Created: 2012-06-29T14:30:45.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-21T16:42:28.000Z (almost 12 years ago)
- Last Synced: 2024-04-15T13:10:44.344Z (7 months ago)
- Language: JavaScript
- Size: 184 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Speech & Language Therapy Utilities
This is a collection of utilities for speech and language therapists. It is currently a collection made up of just one simple utility - a client-side javascript browser application to calculate the age in years and months of a child based on date of birth and current date (or other date).
The application is built using [component.js](http://cl.ly/Kn1z).
## Installation
Of course have `component(1)` installed:
$ npm install -g componentInstall express for the server, and use component via make for the client-side dependencies:
$ npm install
$ make## Running the app
$ node app
## Try it out
You can try it at on the [demonstration site](http://sltutils.jit.su/datecalc).
***