# superagent-docs **Repository Path**: nieyong/superagent-docs ## Basic Information - **Project Name**: superagent-docs - **Description**: clone from github: https://github.com/realbillwong/superagent-docs - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-06 - **Last Updated**: 2022-05-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SuperAgent 中文文档 [![GitHub last commit](https://img.shields.io/github/last-commit/realbillwong/superagent-docs.svg?style=flat-square)](https://github.com/realbillwong/superagent-docs/commits/master) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) 此 Repo 是 [SuperAgent](http://visionmedia.github.io/superagent/) 英文文档的中文翻译版,网站地址:[https://superagent.org.cn](https://superagent.org.cn),感谢 SuperAgent 开发者的付出。 ## Why ![downloads](https://github.com/realbillwong/superagent-docs/raw/master/docs/.vuepress/public/superagent-month-download.jpg) > 数据来源:[npm 下载量](https://npm-stat.com/charts.html?package=superagent&from=2016-01-01&to=2019-12-31) SuperAgent 最初是由 [TJ](https://github.com/tj) 开发的,是因为他觉得市面上现有的 HTTP 请求库的 API 没有一个能入眼的,要么不好记,要么不好用。于是他造了 SuperAgent 这个轻量化,API 极其优雅简单的同构版本 Ajax 请求库。 在 Client 端采用的是原生 XMLHttpRequest 和 Promise 实现,Node.js 端使用的核心 http 模块实现。 最让我喜欢的还是它的 API 设计,真的超级简单!值得每一个开发者学习! ## How to contribute 你可以: - 通过 PR 修改错别字,或者错误的格式; - 发 issue 讨论文章中出现的一些不合理地方; - 翻译 TODO 文件夹下的文章,并顺手 Email 我。 希望你在翻译或者 PR 之前,阅读[中文文章排版指北](https://github.com/mzlogin/chinese-copywriting-guidelines)。 ## 最后 欢迎订阅(star)本项目,及时收到有关于此项目的更新。 如果你对文章有任何疑问,欢迎提交 [issues](https://github.com/realbillwong/superagent-docs/issues) 和我交流。 如果你认为有些地方翻译不够准确,或者你想补充一些文中没提到但是非常有意思的知识点,欢迎 [PR](https://github.com/realbillwong/superagent-docs/pulls)。