This repository contains a demonstration of how to use the NOAAtoMAX tool to convert NOAA weather data into MAX.
"""node js"""
if you dont have node js installed, you can download it from https://nodejs.org/en/download/ or
you can install it using homebrew on mac or
sudo apt-get install nodejs on linux or
choco install nodejs on windows or
using nvm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
or
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
After installing nvm, you can install nodejs using
nvm install node
After installing node js, you can install NOAAtoMAX using the following command
npm i
open the noaa.maxmsp patch in Max 8.1.10 or later,
then you will see the data streamming in the patch.