1.0.8 • Published 23 days ago

ah-api v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
23 days ago

Forked from @rikvanhaaren/ah_shop_api using axios for react-native suppport

AH Shop Api

'Unofficial' Albert Heijn shop api wrapper for Node.js

This is a node.js application that is connected to the Albert Heijn shop api. This api has the purpose to get product information by id.

Installation

npm i ah-api

then

const { AHShopClient } = require("ah-api");
const client = new AHShopClient();

or

import { AHShopClient } from "ah-api";
const client = new AHShopClient();

Getting Started

Get products by id:

client
  .product()
  .getProductByID(4117)
  .then((result) => {
    console.log(JSON.stringify(result));
  });

License

You can check out the full license here

This project is licensed under the terms of the MIT license.

1.0.8

23 days ago

1.0.7

24 days ago

1.0.6

24 days ago

1.0.5

24 days ago

1.0.4

24 days ago

1.0.3

24 days ago

1.0.0

24 days ago