Sample Data

node v10.24.1
version: 0.0.1
endpointsharetweet
const faker = require("faker"); const unsplash = require("unsplash-js") exports.item = () => { var _item = { gtin: '245734734573457', name: faker.commerce.productMaterial() + ' ' + faker.commerce.product(), }; }; exports.DoleFoods = () => { return { gS1CompanyPrefix: "0071430", companyName: "Dole Fresh Vegetables Inc.", gln: '9501101020016', geocode: { lat: 34.153122, lng: -118.805108 }, address: { street: "1 Dole Dr", city: "Westlake Village", state: "CA", zip: "91362-7300", country: 'United States' } } }; console.log(exports.DoleFoods());
Loading…

no comments

    sign in to comment