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

https://github.com/dmotz/cupboard-calc

🥦 Plan your pantry
https://github.com/dmotz/cupboard-calc

covid-19 food svelte

Last synced: 4 months ago
JSON representation

🥦 Plan your pantry

Awesome Lists containing this project

README

        

# [Cupboard Calculator](https://oxism.com/cupboard-calc/)

## A handy tool for planning your pantry

### Development

If you'd like to fork your own version, sign up for an API key
[here](https://fdc.nal.usda.gov/api-key-signup.html).

Place the key in a file at `src/api-key.js` with a default export:

```javascript
export default 'your-key-here'
```

To start local development:

```
npm run dev
```

To create a minified build:

```
npm run build
```