An open API service indexing awesome lists of open source software.

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

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)