Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewsecrist/hnql
A GraphQL API for HackerNews
https://github.com/matthewsecrist/hnql
graphql hackernews
Last synced: 20 days ago
JSON representation
A GraphQL API for HackerNews
- Host: GitHub
- URL: https://github.com/matthewsecrist/hnql
- Owner: matthewsecrist
- Created: 2024-10-08T00:32:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T23:17:22.000Z (3 months ago)
- Last Synced: 2024-11-02T12:07:34.695Z (2 months ago)
- Topics: graphql, hackernews
- Language: TypeScript
- Homepage: https://hnql.onrender.com/graph
- Size: 1.23 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HNQL
A GraphQL API for HackerNews.
https://hnql.onrender.com/graph
### Running Locally
- Clone it
- `yarn install`
- `yarn dev`
- Visit http://localhost:3000### Regenerating Types
When updating the schema, types need to be regenerated. Run `yarn codegen` to regenerate them.