npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

super-search-hub

v1.12.7

Published

将任何能搜索的网页的搜索结果处理成一种统一的格式

Downloads

18

Readme

将任何能搜索的网页的搜索结果处理成一种统一的格式

注意:本项目并非npm模块,还无法作为npm模块安装!!(未来可能会有这个计划)

✨ Demo

部署案例 https://searchhub.cmyr.ltd/

🏠 主页

项目简介

设计参考和灵感来源:RSSHub

设计目标:

  • 将任何能搜索的网页的搜索结果处理成标准的RSS规范格式。
  • 同时支持json和xml。
  • 返回结果以json优先,xml通过转换产生
  • 目标并不是支持RSS阅读器,而是将搜索结果转换为一种统一的格式,方便进行二次开发。仅参考RSS规范进行设计
  • 本项目应当方便部署,项目的dist文件应当可以在node.js环境下直接运行,无需其他依赖【除redis缓存外】

开发这个项目的原因

  • 对于杂七杂八的搜索结果感到厌烦,希望能整一个统一的格式
  • 真实原因是对于”搜索机器人“这个项目感到无力,在不使用编程的情况下觉得太难处理了,为此模仿RssHub产生了这个项目

依赖要求

  • node >= 12

安装

npm i
npm run build

🚀使用

npm start

作者

👤 CaoMeiYouRen

🤝贡献

欢迎Contributions, issues and feature!

如有问题请查看 issues page.

贡献代码请查看加入我们

支持

如果觉得这个项目有用的话请给一颗⭐️,非常感谢

赞助和支持

📝 License

Copyright © 2020 CaoMeiYouRen. This project is MIT licensed.


This README was generated with ❤️ by readme-md-generator