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

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.

Awesome Lists containing this project

README

          

# acropunctureV2
Flatfile implementation of Alex Rich's Medical Acronyms Search Tool.

Live Demo

[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)