Socket
Socket
Sign inDemoInstall

kote-api

Package Overview
Dependencies
41
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

2

index.js

@@ -24,3 +24,3 @@ 'use strict';

return {
quote: $('.bqQuoteLink').eq(0).text().trim()
quote: $('.b-qt:link').eq(0).text().trim()
};

@@ -27,0 +27,0 @@ });

{
"name": "kote-api",
"version": "1.0.0",
"description": "API to fetch quote of the day from the sites like GoodReads, BrainyQuote and Eduro.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/kote-api.git"
},
"author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"quote",
"day",
"find",
"extract",
"scrap",
"GoodReads",
"BrainyQuote",
"Eduro",
"fun",
"awesome",
"gyaan"
],
"dependencies": {
"got": "^6.3.0",
"cheerio": "^0.22.0"
},
"devDependencies": {
"ava": "^0.15.0",
"xo": "^0.16.0"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/codedotjs/kote-api/issues"
},
"homepage": "https://github.com/codedotjs/kote-api#readme",
"main": "index.js"
"name": "kote-api",
"version": "1.0.1",
"description": "API to fetch quote of the day from the sites like GoodReads, BrainyQuote and Eduro.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/CodeDotJS/kote-api.git"
},
"author": "Rishi Giri <rushforlinux@gmail.com> (rishigiri.com)",
"engines": {
"node": ">=4"
},
"scripts": {
"test": "xo && ava"
},
"files": [
"index.js"
],
"keywords": [
"quote",
"day",
"find",
"extract",
"scrap",
"GoodReads",
"BrainyQuote",
"Eduro",
"fun",
"awesome",
"gyaan"
],
"dependencies": {
"got": "^6.3.0",
"cheerio": "^0.22.0"
},
"devDependencies": {
"ava": "^0.15.0",
"xo": "^0.16.0"
},
"xo": {
"esnext": true
},
"bugs": {
"url": "https://github.com/codedotjs/kote-api/issues"
},
"homepage": "https://github.com/codedotjs/kote-api#readme",
"main": "index.js"
}

@@ -44,6 +44,8 @@ # kote-api [![Build Status](https://travis-ci.org/CodeDotJS/kote-api.svg?branch=master)](https://travis-ci.org/CodeDotJS/kote-api)

- `Kote` : `Daily injection of wisdom, fun and love through command line`
- [`Kote`](https://github.com/CodeDotJS/kote) : `Daily injection of wisdom, fun and love through command line`
__`✒`__ API suggested by @NerdDiffer [`✒`](https://github.com/CodeDotJS/kote/issues/1)
## License
MIT &copy; [Rishi Giri](http://rishigiri.com)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc