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

https://github.com/ology/nutrients-db

Alphabetical web interface into the classic USDA nutrition database
https://github.com/ology/nutrients-db

dancer2 perl5

Last synced: 3 months ago
JSON representation

Alphabetical web interface into the classic USDA nutrition database

Awesome Lists containing this project

README

        

Nutrients-DB
============

Alphabetical web interface into the classic USDA nutrition database

To use this, first unzip the nutrients.sqlite.zip file.

Next, install the required perl modules:

> sudo cpan .

You will need a webserver installed, so I recommend doing this:

> sudo cpan Plack

Then run the psgi app with your webserver like this:

> plackup bin/app.psgi