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

node-weixin-api

v0.5.1

Published

Nodejs微信公共平台API

Downloads

272

Readme

node-weixin-api

NPM version Build Status Dependency Status Coveralls Status Beerpay

基于nodejs的微信公共平台API的SDK

目标是实现一个

  1. 模块化、组件化、代码简洁、低耦合
  2. 可以使用单独的模块
  3. 也可以很方便的组合起来使用
  4. 有清晰的架构组织,
  5. 良好的协作模式
  6. 支持服务器的规模化(Scalable)
  7. 支持全面的API

的第三方微信API的node微信实现。方便开发者讯速构建微信服务。

框架无关的API库

支持所有的web框架: express, koa, hapi, loopback等

帮助与交流

交流论坛: http://forum.node-weixin.com/

唯一官方支持平台。

关注公共账号支持node-weixin的发展

组成

node-weixin-api是基于node-weixin-*的API接口的SDK。

它们都是由下列子项目组合而成, node-weixin-api只是将业务接口统一到一个api里方便调用,而不必一个一个重新安装:

  1. node-weixin-config 用于微信配置信息的校验

  2. node-weixin-auth 用于与微信服务器握手检验

  3. node-weixin-util 一些常用的微信请求,加密,解密,检验的功能与处理

  4. node-weixin-request 微信的各类服务的HTTP请求的抽象集合

  5. node-weixin-oauth 微信OAuth相关的操作

  6. node-weixin-pay 微信支付的服务器接口

  7. node-weixin-jssdk 微信JSSDK相关的服务器接口

  8. node-weixin-menu 微信菜单相关的操作与命令

  9. node-weixin-media 微信多媒体相关的操作

  10. node-weixin-user 微信用户相关的操作与命令

  11. node-weixin-link 微信推广相关的操作

  12. node-weixin-message 微信消息处理模块

集成的模块有:

weixin.auth

weixin.oauth

weixin.user

weixin.pay

weixin.jssdk

weixin.menu

weixin.media

weixin.link

weixin.message

安装

$ npm install --save node-weixin-api

使用

请参考各API的README文件指导与测试用例。

所有示例以测试用例代码为准。

License

Apache-2.0 © calidion