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

https://github.com/piducancore/datasets-graphql

A serverless GraphQL gateway for Mapbox Datasets API.
https://github.com/piducancore/datasets-graphql

apollo-server functions geojson graphql mapbox netlify serverless

Last synced: 2 months ago
JSON representation

A serverless GraphQL gateway for Mapbox Datasets API.

Awesome Lists containing this project

README

        

# datasets-graphql

A serverless GraphQL gateway for [Mapbox Datasets API](https://docs.mapbox.com/api/maps/datasets/), powered by [Netlify functions](https://docs.netlify.com/functions/overview/).

## Try it live!

Check the GraphQL Playground [here](https://mapbox-datasets.netlify.app/.netlify/functions/datasets) to learn about all the available API methods.

## Local development

Make sure you have the [`Netlify CLI`](https://docs.netlify.com/cli/get-started/) installed and then, at the project's root folder, run the following:

```sh
netlify dev
```

You can check your local GraphQL Playground at `http://localhost:8888/.netlify/functions/datasets`.