https://github.com/hydrosquall/acropuncturev2
A simple static site for demystifying medical acronyms.
https://github.com/hydrosquall/acropuncturev2
cms fda opendata
Last synced: about 2 months ago
JSON representation
A simple static site for demystifying medical acronyms.
- Host: GitHub
- URL: https://github.com/hydrosquall/acropuncturev2
- Owner: hydrosquall
- License: mit
- Created: 2016-08-08T18:34:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-09T03:50:44.000Z (almost 10 years ago)
- Last Synced: 2025-10-30T07:02:39.438Z (7 months ago)
- Topics: cms, fda, opendata
- Language: HTML
- Homepage: http://hydrosquall.github.io/acropunctureV2/
- Size: 1.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# acropunctureV2
Flatfile implementation of Alex Rich's Medical Acronyms Search Tool.
[Notes on Performance Optimizations Made](https://github.com/hydrosquall/acropunctureV2/wiki/Performance-Notes)
### Development
```bash
# Install dependencies- requires Node and NPM
npm install # Install dependencies
# Have a gulp.config.js file to store environmental variables - provide example later
# Download new data (if spreadsheet updated)
gulp update-data
# Rebuild production app
gulp build
# Deploy to github pages
gulp deploy
```
[Acropuncturev1 (Hosted on Heroku)](http://www.acropuncture.com)