Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

34 Commits

Repository files navigation

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

About

A bbcode parser for nodejs.

Resources

Stars

21 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages