Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(stores): add fi, gb, ee, lv stores and remove closed gb store #152

Merged
merged 8 commits into from
Jan 3, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Features

- list of 395 IKEA stores worldwide
- get product stock amount for a whole country or single store in JSON, CSV and CLI-Table format including forecast (when available)
- support for many countries: at, au, be, ca, ch, cn, cz, de, dk, es, fi, fr, gb, hk, hr, hu, ie, it, jo, jp, kr, kw, lt, my, nl, no, pl, pt, qa, ro, ru, sa, se, sg, sk, th, tw, us
- support for many countries: at, au, be, ca, ch, cn, cz, de, dk, ee, es, fi, fr, gb, hk, hr, hu, ie, it, jo, jp, kr, kw, lt, lv, my, nl, no, pl, pt, qa, ro, ru, sa, se, sg, sk, th, tw, us
- integrate/use the library into your node project

Command Line
Expand Down
6 changes: 5 additions & 1 deletion source/data/buCodes.csv
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@
188,Warszawa / Janki,pl
198,Reims,fr
199,Caen Fleury-sur-Orne,fr
202,Espoo,fi
203,Gdańsk,pl
204,Kraków,pl
205,Poznań,pl
Expand All @@ -79,7 +80,6 @@
240,Paris Est Villiers sur Marne,fr
242,Toulouse,fr
245,Hamburg-Altona,de
255,Tottenham,gb
260,Metz,fr
261,Leeds,gb
262,Lakeside,gb
Expand All @@ -101,6 +101,7 @@
292,Pratteln BL,ch
294,Wrocław,pl
298,Aarhus,dk
301,Raisio,fi
306,Katowice,pl
307,Warszawa / Targówek,pl
309,Ostrava,cz
Expand Down Expand Up @@ -158,13 +159,16 @@
488,Renton,us
493,Wetzlar,de
494,Kaarst,de
516,Riga,lv
519,Sheffield,gb
522,Goyang,kr
548,Exeter,gb
556,Perth,au
557,Adelaid,au
567,Greenwich,gb
642,Hammersmith,gb
645,Rivoli,fr
648,Tallinn,ee
650,Jurong,sg
917,St. Gallen SG,ch
918,Vernier GE,ch
Expand Down
46 changes: 37 additions & 9 deletions source/data/stores.json
Original file line number Diff line number Diff line change
Expand Up @@ -1052,6 +1052,24 @@
],
"countryCode": "fi"
},
{
"buCode": "202",
"name": "Espoo",
"coordinates": [
24.6627,
60.2177
],
"countryCode": "fi"
},
{
"buCode": "301",
"name": "Raisio",
"coordinates": [
22.2277,
60.4943
],
"countryCode": "fi"
},
{
"buCode": "062",
"name": "Causeway Bay",
Expand Down Expand Up @@ -1409,6 +1427,16 @@
"name": "Vilnius",
"countryCode": "lt"
},
{
"buCode": "648",
"name": "Tallinn",
"countryCode": "ee"
},
{
"buCode": "516",
"name": "Riga",
"countryCode": "lv"
},
{
"buCode": "415",
"name": "Amersfoort",
Expand Down Expand Up @@ -3289,15 +3317,6 @@
],
"countryCode": "gb"
},
{
"buCode": "255",
"name": "Tottenham",
"coordinates": [
-0.047207,
51.608716
],
"countryCode": "gb"
},
{
"buCode": "140",
"name": "Warrington",
Expand All @@ -3316,6 +3335,15 @@
],
"countryCode": "gb"
},
{
"buCode": "642",
"name": "Hammersmith",
"coordinates": [
-0.2403,
51.4935
],
"countryCode": "gb"
},
{
"buCode": "482",
"name": "Anderlecht",
Expand Down