Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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! ⚡️

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/).