Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/drwpow/aniarchive-gql
- Owner: drwpow
- License: mit
- Created: 2020-01-12T03:09:23.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-07-13T14:56:12.000Z (over 2 years ago)
- Last Synced: 2024-10-27T15:35:04.691Z (2 months ago)
- Language: JavaScript
- Homepage: https://api.aniarchive.org
- Size: 939 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```