An open API service indexing awesome lists of open source software.

https://github.com/soaple/stickyboard-json-viewer

JSON viewer for StickyBoard
https://github.com/soaple/stickyboard-json-viewer

Last synced: 19 days ago
JSON representation

JSON viewer for StickyBoard

Awesome Lists containing this project

README

        

# stickyboard-json-viewer
JSON viewer for StickyBoard

[![Version](https://img.shields.io/npm/v/@stickyboard/json-viewer.svg)](https://npmjs.org/package/@stickyboard/json-viewer)
[![Downloads/week](https://img.shields.io/npm/dw/@stickyboard/json-viewer.svg)](https://npmjs.org/package/@stickyboard/json-viewer)
[![License](https://img.shields.io/npm/l/@stickyboard/json-viewer.svg)](https://github.com/soaple/@stickyboard/json-viewer/blob/master/package.json)

# Webpack watch
```bsh
$ npm start
```

# Build
```bsh
$ npm run build
```

# Publish to npm
```bsh
$ npm publish --access public
```

# License
This project is licenced under the [MIT License](http://opensource.org/licenses/mit-license.html).