https://github.com/naelstrof/omnichem
Chemistry buddy for goonchem :honk:
https://github.com/naelstrof/omnichem
Last synced: 2 months ago
JSON representation
Chemistry buddy for goonchem :honk:
- Host: GitHub
- URL: https://github.com/naelstrof/omnichem
- Owner: naelstrof
- License: mit
- Created: 2016-03-14T08:50:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-19T08:35:31.000Z (over 10 years ago)
- Last Synced: 2025-01-02T22:18:13.956Z (over 1 year ago)
- Language: JavaScript
- Size: 10.7 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
#OMNICHEM
A goonchem helper that creates and displays dependency graphs of specified chemicals.
## Installation/How to Run
### Linux
* Requires dub package manager and a dlang compiler (like dmd).
``` sh
git clone git@github.com:naelstrof/omnichem.git
cd omnichem
dub
```
Browsing to localhost:8080 should open up the application. Have fun!
### Windows
Just download the pre-compiled package on the releases page above.