topic-patterns
v0.0.3
Published
A utility for matching strings to AMQP-style topic patterns and url templates.
Downloads
6
Readme
topic-patterns
A utility for matching strings to AMQP-style topic patterns and url templates.
Installation
npm install topic-patterns
Usage
var topicPatterns = require('topic-patterns');
var pattern = topicPatterns('#.nyse.*');
pattern.match('stock.nyse.google'); //returns true
pattern.match('stock.tokyo.google'); //returns false
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
History
TODO: Write history
Credits
Adedayo Omitayo - https://github.com/Aomitayo