neweggparser
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -6,3 +6,2 @@ const cheerio = require('cheerio') | ||
const url = `http://www.newegg.${tld}/Product/Product.aspx?Item=${itemID}` | ||
console.log('Fetching: ', url) | ||
@@ -9,0 +8,0 @@ return new Promise( (resolve, reject) => { |
{ | ||
"name": "neweggparser", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Get basic data from newegg product page", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -27,2 +27,6 @@ # Unofficial Newegg "API" | ||
currency: 'Country Code' } | ||
``` | ||
``` | ||
Accepting pull requests: [On Github](https://github.com/KyleTryon/NewEggParser) | ||
Interested in development and PC gaming? Join the TechSquidTV Discord channel. [https://discordapp.com/invite/HvjfrT](https://discordapp.com/invite/HvjfrT) |
2109
31
19