# @groceristar/static-data

> Recipe related static data, like ingredients, recipes, diets, allergies, etc.

Latest version **1.0.0** (published 2018-06-01) · GPL-3.0-or-later license · 0 weekly downloads

## Install

```sh
npm install @groceristar/static-data
pnpm add @groceristar/static-data
yarn add @groceristar/static-data
bun add @groceristar/static-data
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2018-06-01 |
| First published | 2018-06-01 |
| Weekly downloads | 0 |
| License | GPL-3.0-or-later |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >9.0 |
| Dependencies | 0 |
| Unpacked size | 37.8 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Tkachenko Arthur |
| Maintainers | arthur.tkachenko |
| Keywords | recipes, ingredients, allergies, arrays |

## Links

- npm: https://www.npmjs.com/package/@groceristar/static-data
- Repository: https://github.com/GroceriStar/static-data
- Homepage: https://github.com/GroceriStar/static-data#readme
- Issues: https://github.com/GroceriStar/static-data/issues
- npm.io page: https://npm.io/package/@groceristar/static-data

## Recent versions

- 1.0.0 (latest) — 2018-06-01

## README

## Synopsis

Recipe related static data, like ingredients, recipes, diets, allergies, etc.

## Code Example

Show what the library does as concisely as possible, developers should be able to figure out **how** your project solves their problem by looking at the code example. Make sure the API you are showing off is obvious, and that your code is short and concise.

## Motivation

In a few our projects we have a similar files. And we always copy-paste code between them. So by moving this code into separated place - i hope we'll make our projects better.


## Installation

Provide code examples and explanations of how to get the project.
`npm install @groceristar/static-data`

## Usage

```
  var data = require('@groceristar/static-data');
  console.log(data);

```

```
  import data from '@groceristar/static-data'
```

## API Reference

Depending on the size of the project, if it is small and simple enough the reference docs can be added to the README. For medium size to larger projects it is important to at least provide a link to where the API reference docs live.

## Tests

`npm test`


## Contributors

Let people know how they can dive into the project, include important links to things like issue trackers, irc, twitter accounts if applicable.

---
_Source: https://npm.io/package/@groceristar/static-data · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
