Skip to content

erenbltci/node-shopier-obs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopier Webhook Integration with Node.js

This project is coded as an example and aid for integrating the Shopier OBS system with Node.js. It is designed to receive webhook events from Shopier and process them accordingly.

Prerequisites

  • Node.js
  • npm

Installation

  1. Clone the repository:

    git clone [email protected]:technoeren13/node-shopier-obs.git
    cd shopier-webhook
  2. Install the dependencies:

    npm install
    yarn install

Configuration

  1. Create a .env file in the root directory of the project and add your configuration variables:

    PORT=1302
    SHOPIER_OSB_PASSWORD=
    SHOPIER_OSB_USERNAME=

Usage

  1. Start the server:

    npm start
    yarn start
  2. The server will start on the port defined in the .env file (default is 3000).

  3. Go to shopier to "Sipariş Bildirimi" page and enter your server URL

About

NodeJS Shopier OBS Integration

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published