Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chargetrip/examples
JS simple examples to get you started with the Chargetrip API - A powerful routing platform for EVs. The future is electric! ⚡️
https://github.com/chargetrip/examples
api auto chargetrip chargetrip-api ev ev-routing graphql routing
Last synced: about 1 month ago
JSON representation
JS simple examples to get you started with the Chargetrip API - A powerful routing platform for EVs. The future is electric! ⚡️
- Host: GitHub
- URL: https://github.com/chargetrip/examples
- Owner: chargetrip
- Created: 2020-05-12T12:34:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-15T11:53:29.000Z (5 months ago)
- Last Synced: 2024-08-16T12:33:15.266Z (5 months ago)
- Topics: api, auto, chargetrip, chargetrip-api, ev, ev-routing, graphql, routing
- Language: CSS
- Homepage: https://developers.chargetrip.com/examples
- Size: 75.2 MB
- Stars: 0
- Watchers: 8
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Chargetrip examples
Ready-to-run examples to get you started with Chargetrip API
Website
⚡️
Docs
⚡
Examples
⚡
Spectrum
Here you can find ready-to-run examples explaining how to work with the Chargetrip API. Each example has instructions in the corresponding README file. If something is not explained or you miss an example, please let us know by opening an issue. We improve our documentation continuously, and your feedback is valuable.
## Installation and local development
Install all the dependencies:
```
$ yarn
```Run the application:
```
$ yarn dev
```This command starts a local development server on `http://localhost:5000`. It will continually rebuild the application as your source files change. Note that there is no hot reloading.
## Useful links
1. Chargetrip GraphAPI [docs](https://developers.chargetrip.com/)
2. Chargetrip GraphAPI [playground](https://playground.chargetrip.com/)
3. Chargetrip GraphAPI schema [information](https://voyager.chargetrip.com/).