rkhaja / open.fda.gov

openFDA web site.

Home Page:http://open.fda.gov

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open.fda.gov

openFDA is a research project to provide open APIs, raw data downloads, documentation and examples, and a developer community for an important collection of FDA public datasets.

Please note that openFDA is a beta research project and not for clinical use. While we make every effort to ensure that data and logic are accurate, you should assume all results are unvalidated.

Contents

This repository contains the main open.fda.gov website:

  • A Jekyll static site
  • Grunt is used for building CSS (from LESS) and minified JS

Running the site

Install Bundler, Jekyll and Grunt:

npm install -g grunt-cli
gem install bundler
cd /path/to/this/repo
bundle install

Get Grunt watching for any changes to assets:

grunt

Get the site running at http://localhost:4000 with:

bundle exec jekyll serve --watch

(Optional) You can also manually recompile assets at any time by running:

grunt less
grunt minified

Prerequisites

  • Node 0.10.*
  • Python 2.* (because of pygments syntax highlighting)

About

openFDA web site.

http://open.fda.gov

License:Creative Commons Zero v1.0 Universal


Languages

Language:HTML 44.8%Language:CSS 41.5%Language:JavaScript 13.7%Language:Ruby 0.0%