search-engine-collection
v1.2.3
Published
A Collection of Search Engines.
Downloads
15
Readme
Search Engine Collection
A Collection of Search Engines.
Install
npm install search-engine-collectionUsage
import { engines } from 'search-engine-collection'
console.log(engines[0])
// {
// key: 'google',
// name: 'Google',
// url: 'https://www.google.com/search?q=',
// }| Property | Type | Description | | -------- | ------ | -------------------------------------------------- | | key | string | Search Engine Key | | name | string | Search Engine Name | | url | string | Search Engine URL, you can append keyword after it |
Engine List
| key | name | url |
| --- | ---- | --- |
| google | Google | https://www.google.com/search?q= |
| github | Github | https://github.com/search?q= |
| npm | NPM | https://www.npmjs.com/search?q= |
| bing | Bing | https://www.bing.com/search?q= |
| yahoo | Yahoo | https://search.yahoo.com/search?p= |
| zhihu | Zhihu | https://www.zhihu.com/search?q= |
| dockerhub | DockerHub | https://hub.docker.com/search?q= |
| stackoverflow | StackOverflow | https://stackoverflow.com/search?q= |
| wikipedia | Wikipedia | https://en.wikipedia.org/wiki/ |
| mdn | MDN | https://developer.mozilla.org/en-US/search?q= |
| duckduckgo | DuckDuckGo | https://duckduckgo.com/?q= |
| amazon | Amazon | https://www.amazon.com/s?k= |
| twitter | Twitter | https://twitter.com/search?q= |
| reddit | Reddit | https://www.reddit.com/search/?q= |
| youtube | YouTube | https://www.youtube.com/results?search_query= |
| linkedin | LinkedIn | https://www.linkedin.com/search/results/all/?keywords= |
| instagram | Instagram | https://www.instagram.com/explore/tags/ |
| pinterest | Pinterest | https://www.pinterest.com/search/pins/?q= |
| imdb | IMDB | https://www.imdb.com/find?q= |
| rottentomatoes | Rotten Tomatoes | https://www.rottentomatoes.com/search?search= |
| bilibili | Bilibili | https://search.bilibili.com/all?keyword= |
| gitlab | Gitlab | https://gitlab.com/search?search= |
License
MIT License © 2011 ~ 2023 Yu Jianghao
