Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MinThaMie/h2stations
Browse files Browse the repository at this point in the history
  • Loading branch information
MinThaMie committed Jul 18, 2023
2 parents 0d0436a + 271e219 commit f9c8bf6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/data/manual-pricing.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const manualPricing = [
{
name: 'Hysolar Greenpoint - Nieuwegein',
price: '27,11*',
price: '26,83*',
valuta: 'EUR',
news: '* This information has been entered manually and may differ',
},
Expand Down
51 changes: 49 additions & 2 deletions app/data/manual-stations.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,51 @@
export const manualStations = [
{

Check failure on line 2 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 2 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
name: 'Amersfoort',

Check failure on line 3 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 3 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
street: 'De Windturbine',

Check failure on line 4 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 4 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
streetnr: '1',

Check failure on line 5 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Replace `········` with `····`

Check failure on line 5 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Replace `········` with `····`
zip: '3815',

Check failure on line 6 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Replace `········` with `····`

Check failure on line 6 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Replace `········` with `····`
city: 'Amersfoort',

Check failure on line 7 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Replace `········` with `····`

Check failure on line 7 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Replace `········` with `····`
image: null,

Check failure on line 8 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 8 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
latitude: '52.163627',

Check failure on line 9 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Replace `········` with `····`

Check failure on line 9 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Replace `········` with `····`
longitude: '5.424038',

Check failure on line 10 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 10 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
operatorname: 'Fountain Fuel',

Check failure on line 11 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Lint

Delete `····`

Check failure on line 11 in app/data/manual-stations.js

View workflow job for this annotation

GitHub Actions / Test

Delete `····`
operatorlogo: null,
hostname: null,
countryshortname: 'NL',
funding: null,
statusMessage:
'Station is conditional open. Data is entered manualy for now',
status_unknown: false,
progress_percent: '23',
progress_description: 'At the planning stage',
progress_extratext: null,
date_commissioning_message: null,
activity_message: null,
openinghours_nextchange_message: null,
price_message: 'EUR 18,95',
has_700_small: 't',
has_350_large: 't',
has_350_small: 't',
opening_hours: 'Open 24/7',
fundingpage: '',
news: null,
paymenttypes: [
{
name: 'creditcard',
apiname: 'CC',
descr: 'Credit card',
page: null,
directurl: null,
},
{
name: 'debit',
apiname: 'DEBIT',
descr: 'Debit card',
page: null,
directurl: null,
},
],
},
{
name: 'Vissers Energy',
// price_message: 'EUR 19.50*',
Expand All @@ -14,8 +61,8 @@ export const manualStations = [
has_350_large: 'f',
has_350_slow: 't',
has_700_slow: 't',
statusMessage:
'Slowfiller : <4kg/h, the car should be uncoupled before 22:00',
statusMessage: 'Slowfiller : <4kg/h, the car should be uncoupled before 22:00',
//statusMessage: 'Out of service, waiting for technician',
paymenttypes: [{descr: 'Debit Card'}, {descr: 'Credit Card'}, {descr: 'TANXpas'}],
},
];

0 comments on commit f9c8bf6

Please sign in to comment.