{"id":16567634,"url":"https://github.com/vincentdoerig/rowing-quotes-api","last_synced_at":"2026-06-01T02:31:11.194Z","repository":{"id":42998917,"uuid":"196179988","full_name":"vincentdoerig/rowing-quotes-api","owner":"vincentdoerig","description":"A JSON API for quotes related to rowing.","archived":false,"fork":false,"pushed_at":"2022-12-10T21:57:35.000Z","size":215,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-05T10:43:19.956Z","etag":null,"topics":["quote-generator","quotes","rest-api","rowing"],"latest_commit_sha":null,"homepage":"https://rowing-quotes-api.herokuapp.com","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vincentdoerig.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-10T09:54:59.000Z","updated_at":"2023-03-07T16:55:23.000Z","dependencies_parsed_at":"2023-01-26T11:46:35.618Z","dependency_job_id":null,"html_url":"https://github.com/vincentdoerig/rowing-quotes-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vincentdoerig/rowing-quotes-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentdoerig%2Frowing-quotes-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentdoerig%2Frowing-quotes-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentdoerig%2Frowing-quotes-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentdoerig%2Frowing-quotes-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vincentdoerig","download_url":"https://codeload.github.com/vincentdoerig/rowing-quotes-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vincentdoerig%2Frowing-quotes-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33757790,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["quote-generator","quotes","rest-api","rowing"],"created_at":"2024-10-11T21:07:07.147Z","updated_at":"2026-06-01T02:31:11.175Z","avatar_url":"https://github.com/vincentdoerig.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rowing Quotes API\n\n\u003e An API for quotes related to rowing created with Node.js.\n\n## Usage\n\n### Get a random quote\n\nReturns a single random quote from the database\n\n#### Request\n```http\nhttps://rowing-quotes-api.herokuapp.com/random\n```\n#### Response\n```ts\n{\n    \"id\": number,\n    \"quote\": string,\n    \"author\": string,\n    \"additionalInfo\": string\n}\n```\n\n### Get x amount of quotes\n```http\nhttps://rowing-quotes-api.herokuapp.com/random/:amount\n```\n\n### Get the quote with the id of x\n```http\nhttps://rowing-quotes-api.herokuapp.com/quote/:id\n```\n\n### Get all the available quotes\n```http\nhttps://rowing-quotes-api.herokuapp.com/all\n```\n\n\n## Examples\n\n**Get a random quote using fetch**\n\n```js\nfetch('https://rowing-quotes-api.herokuapp.com/random')\n  .then(response =\u003e response.json())\n  .then(data =\u003e {\n    console.log(`${data.quote} —${data.author}`)\n  })\n```\n\n**Get a random quote unsing async/await**\n\n```js\nasync function randomQuote() {\n  const response = await fetch('https://rowing-quotes-api.herokuapp.com/random')\n  const data = await response.json()\n  console.log(`${data.quote} —${data.author}`)\n}\n```\n\n## Development\n\n### Install\n\n```console\n$ yarn install\n```\n\n### Deployment\n\n```console\n$ yarn start\n```\n\n### Development\n\n```console\n$ yarn dev\n```\n\n## Contributing\n\nPull requests and feedback are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n\n[MIT](https://github.com/vincentdoerig/rowing-quotes-api/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentdoerig%2Frowing-quotes-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvincentdoerig%2Frowing-quotes-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvincentdoerig%2Frowing-quotes-api/lists"}