https://github.com/zachcp/simple-rdkitjs
minimal rdkit js example
https://github.com/zachcp/simple-rdkitjs
Last synced: 4 months ago
JSON representation
minimal rdkit js example
- Host: GitHub
- URL: https://github.com/zachcp/simple-rdkitjs
- Owner: zachcp
- Created: 2021-02-02T18:38:41.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T17:27:02.000Z (almost 5 years ago)
- Last Synced: 2025-08-31T23:57:27.744Z (4 months ago)
- Language: HTML
- Homepage: https://zachcp.github.io/simple-rdkitjs/
- Size: 1.36 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Minimal RDKitjs
This is a build of RDKIT-JS from the [main RDKIT repo](https://github.com/rdkit/rdkit/tree/master/Code/MinimalLib). Hopefully, by providint his simple example, others may be able to see how to use RDKit in their chemistry web applications.
```
# on web:
# visit https://zachcp.github.io/simple-rdkitjs/
# locally: load in a webbrowser
python3 -m server.http
```
### References
- [code repo](https://github.com/rdkit/rdkit/tree/master/Code/MinimalLib)
- [blog post](http://rdkit.blogspot.com/2019/11/introducing-new-rdkit-javascript.html)