1.2.3 • Published 9 months ago

search-engine-collection v1.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Search Engine Collection

NPM version

A Collection of Search Engines.

Install

npm install search-engine-collection

Usage

import { engines } from 'search-engine-collection'

console.log(engines[0])
// {
//   key: 'google',
//   name: 'Google',
//   url: 'https://www.google.com/search?q=',
// }
PropertyTypeDescription
keystringSearch Engine Key
namestringSearch Engine Name
urlstringSearch Engine URL, you can append keyword after it

Engine List

add one

keynameurl
googleGooglehttps://www.google.com/search?q=
githubGithubhttps://github.com/search?q=
npmNPMhttps://www.npmjs.com/search?q=
bingBinghttps://www.bing.com/search?q=
yahooYahoohttps://search.yahoo.com/search?p=
zhihuZhihuhttps://www.zhihu.com/search?q=
dockerhubDockerHubhttps://hub.docker.com/search?q=
stackoverflowStackOverflowhttps://stackoverflow.com/search?q=
wikipediaWikipediahttps://en.wikipedia.org/wiki/
mdnMDNhttps://developer.mozilla.org/en-US/search?q=
duckduckgoDuckDuckGohttps://duckduckgo.com/?q=
amazonAmazonhttps://www.amazon.com/s?k=
twitterTwitterhttps://twitter.com/search?q=
redditReddithttps://www.reddit.com/search/?q=
youtubeYouTubehttps://www.youtube.com/results?search_query=
linkedinLinkedInhttps://www.linkedin.com/search/results/all/?keywords=
instagramInstagramhttps://www.instagram.com/explore/tags/
pinterestPinteresthttps://www.pinterest.com/search/pins/?q=
imdbIMDBhttps://www.imdb.com/find?q=
rottentomatoesRotten Tomatoeshttps://www.rottentomatoes.com/search?search=
bilibiliBilibilihttps://search.bilibili.com/all?keyword=
gitlabGitlabhttps://gitlab.com/search?search=

add one

License

MIT License © 2011 ~ 2023 Yu Jianghao

1.2.3

9 months ago

1.2.2

9 months ago

1.2.1

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago