Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ektx/node

Node.js学习案例与笔记
https://github.com/ektx/node

Last synced: about 1 month ago
JSON representation

Node.js学习案例与笔记

Awesome Lists containing this project

README

        

# Node.js

Node.js学习案例与笔记

## 文档说明

- Demo 示例
- Doc 文档
- GenneratePages 页面生成
功能是把ejs模板文件生成静态页面

## NPM

#### 发布

```shell
npm publish
```

## 开源项目推荐

#### Node-Notifier

A Node.js module for sending notifications on native Mac, Windows and Linux (or Growl as fallback)
一个可以使用 Mac、Windows 和 Linux 系统原生的通知功能 Node.js 模块。


### 数据生成工具

#### Chance

Chance - Random generator helper for JavaScript

Homepage: [http://chancejs.com](http://chancejs.com/)

Many more details on [http://chancejs.com](http://chancejs.com/) but this single library can generate random numbers, characters, strings, names, addresses, dice, and pretty much anything else.

It includes the basic building blocks for all these items and is built on top of a Mersenne Twister so it can generate these things with repeatability, if desired.

Chance - Js随机生成小助手

主页:[http://chancejs.com](http://chancejs.com)

更多详情请查看 http://chancejs.com 。Chance 是一个简单的生成随机数、人名、字符串、名称、地址等其它数据。



### 数据请求

#### Node-Fetch

A light-weight module that brings window.fetch to Node.js



### 二维码工具

#### Node-Qrcode

qr code generator

二维码生成



### 样式预处理器

#### Node-Sass

Node-sass is a library that provides binding for Node.js to LibSass, the C version of the popular stylesheet preprocessor, Sass.

It allows you to natively compile .scss files to css at incredible speed and automatically via a connect middleware.



### 服务请求

#### Request

request 是一个可以用在后台的类似浏览器功能,可以实现无窗口化的浏览器操作.

#### Superagent

SuperAgent is a small progressive **client-side** HTTP request library, and **Node.js** module with the same API, sporting many high-level HTTP client features.

## 参考
[npm模块管理器](http://javascript.ruanyifeng.com/nodejs/npm.html#toc0)