1.2.3 • Published 2 years ago

@geolocation-services/nextchargingstation-package v1.2.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

nextchargingstation

Usage

import { 
    getCollection, 
    getDetails 
} from '@geolocation-services/nextchargingstation-package'


var chargingStations = 
    await getCollection(47.81044, 50.0704, 8.43979, 12.08176, 9);

chargingStations.forEach(chargingStation => console.log(`
    Id: ${chargingStation.Id}
    Latitude: ${chargingStation.Latitude}
    Longitude: ${chargingStation.Longitude}
`));


var details = await getDetails(9044570);

details.forEach(detail => console.log(`
    Key: ${detail.Key}
    Value: ${detail.Value}
`));

API in Action

https://www.nextchargingstation.org

1.2.3

2 years ago

1.2.2

2 years ago

1.2.0

2 years ago

1.1.9

2 years ago

1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago