Package Exports
- myprotein-discount-codes
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (myprotein-discount-codes) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.