GitHunt
NC

ncb000gt/node-bbcode

A bbcode parser for nodejs.

BBCode Parser for NodeJS

Build Status

This project aims to provide a robust BBCode Parser for NodeJS. Originally based on work by http://www.stonesteps.ca.

Usage

Install with NPM.

npm install bbcode

Write some code.

var bbcode = require('bbcode');
bbcode.parse('[b]text[/b]', function(content) { ... }

TODO

  • spoiler boxes
  • font face

License

BSD

Languages

JavaScript100.0%

Contributors

Created February 1, 2011
Updated August 19, 2023
ncb000gt/node-bbcode | GitHunt