myprotein-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 Wethrift.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 Wethrift (development links) to assist with testing.

https://www.wethrift.com

Package Sidebar

Install

npm i myprotein-discount-codes

Weekly Downloads

0

Version

1.0.0

License

ISC

Unpacked Size

4.49 kB

Total Files

3

Last publish

Collaborators

  • teamwethrift