Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drwpow/aniarchive-gql

GraphQL API for Animation Archive
https://github.com/drwpow/aniarchive-gql

Last synced: 6 days ago
JSON representation

GraphQL API for Animation Archive

Awesome Lists containing this project

README

        

# 👻 AniArchive GQL

GraphQL API for querying the Animation Archive.

## Setup

Copy `.env.example` to `.env` and fill in secrets. Then run:

```bash
npm i
```

## Local dev

```bash
npm run dev
```