bbcode

0.1.5 • Public • Published

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.5144latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.5144
0.1.42
0.1.32
0.1.25,341
0.1.12
0.0.22
0.0.12

Package Sidebar

Install

npm i bbcode

Weekly Downloads

5,495

Version

0.1.5

License

none

Last publish

Collaborators

  • ncb000gt