Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelq/rxhistory
Price history as a spreadsheet
https://github.com/adelq/rxhistory
Last synced: about 6 hours ago
JSON representation
Price history as a spreadsheet
- Host: GitHub
- URL: https://github.com/adelq/rxhistory
- Owner: adelq
- License: gpl-3.0
- Created: 2017-11-11T23:09:25.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-10T01:25:35.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T16:10:40.905Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/rxhistory/nhblpgnkmlajcpfbddnjpnlnplmdldml
- Size: 188 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RxHistory
Download a spreadsheet with pricing history for drugs in a drug class on the
popular prescription price comparison site, goodrx.com![![RxHistory Banner](img/smallbanner.png)](https://chrome.google.com/webstore/detail/rxhistory/nhblpgnkmlajcpfbddnjpnlnplmdldml)
This Chrome extension supports any number of drugs, and processes prices
automatically.Each drug is on a separate sheet in the spreadsheet, downloads are in XLSX
(Excel) format. Prices are all given in USD ($). Dates are in international
format, year-month-day (YYYY-MM-DD, ex: 2017-01-27).**Author**: Adel Qalieh
**License**: [GPLv3](license.txt)
**Download**: [Chrome Web Store](https://chrome.google.com/webstore/detail/rxhistory/nhblpgnkmlajcpfbddnjpnlnplmdldml)
## Usage
Using this Chrome extension is quite simple. On drug class pages on goodrx.com,
the icon in the upper left of Chrome will become green indicating that the
Chrome extension is active.![Drug classes page on goodrx.com](img/screen1.png)
Simply press on the RxHistory icon while it is active, and a spreadsheet
containing the price history will be immediately downloaded.![Downloaded drug price history spreadsheet](img/screen2.png)
## Developing
To download required JS libraries, use the Makefile:
make js
Then, install the Chrome extension in Chrome at chrome://extensions using
Developer mode to load an unpacked extension.