https://github.com/dzucconi/boredom-api
Boredom is Deep and Mysterious
https://github.com/dzucconi/boredom-api
Last synced: 4 months ago
JSON representation
Boredom is Deep and Mysterious
- Host: GitHub
- URL: https://github.com/dzucconi/boredom-api
- Owner: dzucconi
- License: mit
- Created: 2019-09-19T00:50:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-05-17T11:36:00.000Z (5 months ago)
- Last Synced: 2025-05-17T12:31:19.652Z (5 months ago)
- Language: Ruby
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boredom-api
Boredom is Deep and Mysterious
## Meta
- **State**: production
- **Production**:
- **URL**: https://damonzucconi-boredom-api.herokuapp.com/graphiql
- **Host**: https://dashboard.heroku.com/apps/damonzucconi-boredom-api
- **Deploys**: Merged PRs to `dzucconi/boredom-api#master` are automatically deployed to production. [Manually trigger a deploy](https://dashboard.heroku.com/apps/damonzucconi-boredom-api/deploy)## Getting Started
```graphql
{
questions(limit: 5, sortBy: RANDOM, crawled: true) {
...QuestionFragment
related {
...QuestionFragment
}
}
}fragment QuestionFragment on Question {
body
}
```