A nodejs-based web app which organises data from TripSit's database of drug information into factsheets for general use. See here for a working example.
- nodejs
- npm
Clone the repo to begin.
Install with npm install
.
Run with npm start run
.
The repo will initially download and cache data from TripSit and periodically check for updates. The app runs on port 3006 by default.