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
- Host: GitHub
- URL: https://github.com/dresende/node-locale
- Owner: dresende
- Created: 2011-03-16T01:00:00.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2011-03-17T23:05:24.000Z (almost 15 years ago)
- Last Synced: 2025-01-02T02:44:33.628Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 348 KB
- Stars: 3
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.