myprotien-discount-codes

1.0.0 • Public • Published

Myprotein Discount Codes

A collection of Myprotein discount codes. We use these for testing Myprotein UK, Myprotein US, Myprotein Singapore, Myprotein Australia and Myprotein Hong Kong pages at wadav.com.

Installation

Install myprotein-discount-codes via NPM:

npm install myprotein-discount-codes

Usage

The package contains in array of objects representing discount codes.

In Node:

var codes = require('myprotein-discount-codes')

console.log(codes)

// [
//   {
//     site: 'https://www.myprotein.com',
//     discount_code: 'BENJAMINMP',
//     offer: '30% discount'
//   },
//   {
//     site: 'https://www.myprotein.com',
//     discount_code: 'HKLOVE',
//     offer: '50% off'
//   }...

About

Myprotein-discount-codes was built by the team at wadav (development links) to assist with testing.

https://www.wadav.com

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i myprotien-discount-codes

      Weekly Downloads

      0

      Version

      1.0.0

      License

      ISC

      Unpacked Size

      3.18 kB

      Total Files

      3

      Last publish

      Collaborators

      • devwadav