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

https://github.com/dresende/node-locale

Some locale.h, time.h and intl.h bindings for NodeJS
https://github.com/dresende/node-locale

Last synced: 11 months ago
JSON representation

Some locale.h, time.h and intl.h bindings for NodeJS

Awesome Lists containing this project

README

          

NodeJS Locale Bindings
======================

The goal of this repo is to bind the common used functions from **locale.h**, **time.h**
and **intl.h**. If you have more suggestions please post an issue.

## Installation

You need to build the code. To do this you need `node-waf` command. Just pull the code,
go to `src` folder and type:

node-waf configure
node-waf build
node-waf install

## Usage

To use this module you just have to:

var locale = require("locale");

Check [API](https://github.com/dresende/node-locale/wiki/API) for the list available functions.