Skip to content

Instantly share code, notes, and snippets.

@ChillarAnand
Created August 4, 2023 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChillarAnand/64047d320b9a33c394c9d659bef410e1 to your computer and use it in GitHub Desktop.
Save ChillarAnand/64047d320b9a33c394c9d659bef410e1 to your computer and use it in GitHub Desktop.
Charging station data
[
{
"id": 1,
"name": "HSR",
"batteries": 3,
"contact": "87363733"
}
]
[
{
"latitute": 13.9,
"longitude": 67.8,
"battery_count": 3
},
{
"latitute": 14.9,
"longitude": 66.8,
"battery_count": 0
},
{
"latitute": 15.9,
"longitude": 65.8,
"battery_count": 1
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment