Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohebifar/chem.js
A molecular modeling JavaScript framework.
https://github.com/mohebifar/chem.js
Last synced: 12 days ago
JSON representation
A molecular modeling JavaScript framework.
- Host: GitHub
- URL: https://github.com/mohebifar/chem.js
- Owner: mohebifar
- License: mit
- Created: 2014-10-14T13:48:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-22T11:36:55.000Z (about 9 years ago)
- Last Synced: 2024-04-28T15:04:50.961Z (7 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Chem.js
**Chem.js** is a simple chemical modeling which can be used in javascript chemical projects. This library is originally written in ES6 and is transcompiled to ES5. It covers these models :1. Atom
2. Bond
3. Molecule
4. Element# Using in Node.js
For using this library in a Node project after installation with `npm` it will be transcompiled with commonjs module definintion. If you prefer to clone this repository you should run `grunt build:commmon` after cloning.## Openbabel for Node.js
We recommend [mohebifar/openbabel-node](https://github.com/mohebifar/openbabel-node) instead of *Chem.js* for node.js project. You can use *Chem.js* in front-end to make a connection between them via `mol-json` format.