tag-data-parser
v0.1.0
Published
Tag parser for Qiita and Kobito
Downloads
330
Readme
TagDataParser
Use
Fork and setup for your use.
Build
npm install
gulp build
Take it.
<script src="/dist/bundle.js"></script>
<script>
window.TagDataParser.parse('ruby:2.1 rails:4.2.3');
</script>
Develop
npm test