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
- Host: GitHub
- URL: https://github.com/ology/nutrients-db
- Owner: ology
- License: artistic-2.0
- Created: 2018-08-26T19:30:50.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-18T19:43:44.000Z (almost 5 years ago)
- Last Synced: 2025-02-05T11:45:01.106Z (4 months ago)
- Topics: dancer2, perl5
- Language: Perl
- Homepage:
- Size: 8.42 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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