{"id":16461598,"url":"https://github.com/codedotjs/kote-api","last_synced_at":"2026-04-28T09:34:31.635Z","repository":{"id":87437362,"uuid":"73513942","full_name":"CodeDotJS/kote-api","owner":"CodeDotJS","description":":books: Easily fetch Quote of the Day from sites like BrainyQuote and Eduro!","archived":false,"fork":false,"pushed_at":"2018-05-16T09:08:14.000Z","size":8,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T00:41:18.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/CodeDotJS.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-11-11T21:45:51.000Z","updated_at":"2023-09-08T08:19:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"c2266e31-a0fb-4c0c-a1fb-6aadad5c1260","html_url":"https://github.com/CodeDotJS/kote-api","commit_stats":{"total_commits":18,"total_committers":1,"mean_commits":18.0,"dds":0.0,"last_synced_commit":"ed107147fc8b863f060046d226724357d648c172"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CodeDotJS/kote-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fkote-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fkote-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fkote-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fkote-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CodeDotJS","download_url":"https://codeload.github.com/CodeDotJS/kote-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CodeDotJS%2Fkote-api/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263507897,"owners_count":23477406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-11T11:08:47.053Z","updated_at":"2026-04-28T09:34:31.579Z","avatar_url":"https://github.com/CodeDotJS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# kote-api [![Build Status](https://travis-ci.org/CodeDotJS/kote-api.svg?branch=master)](https://travis-ci.org/CodeDotJS/kote-api)\n\n\u003e Easily fetch quote of the day from BrainyQuotes and Eduro.\n\n## Install\n```\n$ npm install --save kote-api\n```\n\n## Usage\n\n```js\n'use strict';\n\nconst kote = require('kote-api');\n\nkote.eduro().then(user =\u003e {\n  console.log(user);\n  // =\u003e { quote: 'Don’t cry because it’s over, smile because it happened.' }\n});\n\nkote.brainyQuote().then(quote =\u003e {\n  console.log(quote);\n  // { quote: 'Hope is but the dream of those wake.' }\n});\n\n// or\n\nkote.brainyQuote('nature').then(quote =\u003e {\n  console.log(quote);\n  // { quote: A good garden may have some weeds. }\n});\n```\n\n## API\n\n- __`kote.brainyQuote()`__\n\n- __`kote.brainyQuote(opts)`__\n\n`opts`\n- `love`\n- `nature`\n- `art`\n- `funny`\n\n__`Typeof`__\n\n__`opts`__ `:` `string`\n\n- __`kote.eduro()`__\n\n## Related\n\n- [`Kote`](https://github.com/CodeDotJS/kote) : `Daily injection of wisdom, fun and love through command line`\n\n## License\n\nMIT \u0026copy; [Rishi Giri](http://rishigiri.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fkote-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodedotjs%2Fkote-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodedotjs%2Fkote-api/lists"}