This is a module for using API like wrappers for getting food data for use in many projects. Just Like an database and fetch API in JS
Several quick start options are available:
- Clone the repo:
git clone https://github.com/GroceriStar/groceristar-fetch.git
- Install with npm:
npm install @groceristar/groceristar-fetch
- Install with yarn:
yarn add @groceristar/groceristar-fetch
Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations. You'll see something like this:
.
├── docs
│ └── readme.md # Secondary information about project
└── src
├── projects # Tests for self-titled projects
│ ├── ChickenKyiv
│ ├── GraphQL
│ ├── GroceriStar
│ ├── GS-Loopback
│ ├── MealCalendar
│ ├── Search
│ ├── Showcase
│ └── UnitConvertion
├── import
├── index.js
├── index.test.js
└── utils.js
.gitignore
README.md
package.json
babel.config.js
jest.config.js
rollup.config.js
LICENSE
We provide compiled JS, as well as compiled and minified JS.
To Find out about all the functionality use https://groceristar.github.io/groceristar-fetch/.
@vadim9999, @MinkoJ2, @chauhannishith, @atherdon, @GuiFSs, @kraftaa, @aanchirinah, @wahaj-47, @tihaami