Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/morion4000/ev-charging-station-vacancy
NodeJS service to determine the optimal pooling interval for querying charging station vacancy
https://github.com/morion4000/ev-charging-station-vacancy
ev nodejs
Last synced: 13 days ago
JSON representation
NodeJS service to determine the optimal pooling interval for querying charging station vacancy
- Host: GitHub
- URL: https://github.com/morion4000/ev-charging-station-vacancy
- Owner: morion4000
- Created: 2020-03-13T12:49:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T21:30:46.000Z (almost 2 years ago)
- Last Synced: 2023-04-03T13:45:09.113Z (over 1 year ago)
- Topics: ev, nodejs
- Language: JavaScript
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Check electric vehicules charging stations vacancy
## API
[newmotion.com](https://newmotion.com)### Rate limiting
Querying ("polling") the endpoint for an available charge point for any interval less than 5 minutes will get us banned and blocked for overloading their servers.## Installation
`git clone https://github.com/morion4000/ev-charging-station-vacancy.git``npm install`
## Run the service
`npm start`