Created
June 28, 2023 11:33
-
-
Save sergeyloysha/e301fbfa6345579b16abfc65781b29d3 to your computer and use it in GitHub Desktop.
Here we just added 3 extra fields: postcode - we need this field for filtering, slug - we need this field to create url for single page, address - according to design
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": 48, | |
"type": 1, | |
"name": "Station Antwerpen-centraal", | |
"state": 1, | |
"latitude": 51.217611, | |
"longitude": 4.421, | |
"radius": 50, | |
"zone": null, | |
"bikes_available": 11, | |
"postcode": 1999, | |
"slug": "station-antwerpen-centraal", | |
"address": "address here" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment