- The code should follow Watson Developer Cloud coding guidances
- The code should follow: https://github.com/airbnb/javascript
- 2 spaces identation
snake_case
If you encounter an issue with using the labs here, you are welcome to submit a bug report. Before that, please search for similar issues. It's possible somebody has already encountered this issue.
If you want to contribute to the repository, follow these steps:
- Fork the repo.
- Develop code changes.
- Commit your changes.
- Push to your fork and submit a pull request.
- Install Node-RED
- Fork this repo
- Clone the project
- Create an npm link to your forked project
- Within the cloned directory, run
npm link
- Within the Node-RED directory, run
npm link node-red-contrib-media-utils
- Within the cloned directory, run
- Run Node-RED
Now you should have the media nodes installed in your local palette, allowing you to work on your project locally.
If you want to add a node, create a folder using the same naming convention.
Please refer to the Node-RED documentation.