Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sudipbishwakarma/shopify-node.js-app

A Shopify Node.js app for bulk import of harmonized system tariff code.
https://github.com/sudipbishwakarma/shopify-node.js-app

agendajs expressjs handlebars mongodb mongoosejs ngrok passportjs shopify shopify-api shopify-app shopify-embedded-applications

Last synced: 7 days ago
JSON representation

A Shopify Node.js app for bulk import of harmonized system tariff code.

Awesome Lists containing this project

README

        

# Shopify App for Bulk Import of (HS) tariff code
This app incorporates OAuth2 Module for Shopify API, Passportjs & passport-shopify strategy for API authentication, and Agendajs for scheduling background jobs.

# Setup

Run separate worker process for processing background jobs such as *sync_products* or new jobs that you create.

``$ node worker.js``

Run separate http process to run the Express app

``$ npm run start``

**Feel free to use for your own app development.**

Also any pull requests are most welcome.