Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nisargjhaveri/labeling
An diagram labeling app
https://github.com/nisargjhaveri/labeling
Last synced: about 1 month ago
JSON representation
An diagram labeling app
- Host: GitHub
- URL: https://github.com/nisargjhaveri/labeling
- Owner: nisargjhaveri
- License: mit
- Created: 2015-04-04T19:10:20.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-04T19:32:26.000Z (almost 10 years ago)
- Last Synced: 2025-01-20T14:19:31.700Z (about 1 month ago)
- Language: JavaScript
- Size: 543 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# labeling
An diagram labeling app. To help school students and teachers to deliver and gain knowledge in better, newer way!I wrote it years ago. It was my first attempt with `Node.js` and `appjs`. So, the code might not be nice enough.
## Features
- Add new diagram.
- Edit diagrams.
- Learn, Practice and Test modes.
- Multiple language support, currently English and Gujarati.## How to setup
- Clone the repository.
- run `npm install`, it should install dependencies.
- Make sure that you have Node.js v0.8. Otherwise somehow get it. (maybe use `nvm` or getting the binary for your OS and putting it in `./bin`.)## How to run
- Once installed, just run it by `node --harmony app.js`.
- Replace `node` by the correct binary. (If you have binary in `./bin`, run `./bin/node --harmony app.js`)**See http://appjs.com/ and https://github.com/appjs/appjs to troubleshoot installation and startup.**