Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 729 Bytes

README.md

File metadata and controls

37 lines (26 loc) · 729 Bytes

ChemCards

This project generates 2D and 3D chemical structure flashcards for consumption with Anki.

Features

  • 2D rendering (SmilesDrawer)
    • Substructure highlighting
  • 3D rendering (3dmol)
    • ESP maps
  • Fetch from Pubchem API
  • Works with Ankidroid and desktop Anki
  • Caches results from PubChem

Demo

TODO

Installation

I didn't streamline the installation yet because I originally created this project as a personal project.

  1. Clone the repo
  2. npm install
  3. npm run build
  4. dist/ contains minified HTML that should be copy-pasted to Anki.

I promise I will fix this mess.

Acknowledgements