A journey into FRP and watching wind speeds in a terminal.
These instructions will get you a copy of the project and running metar on your local machine.
You'll need the following software installed.
node
git
yarn
Clone the repo
git clone https://github.com/RichAyotte/metar.git
Change to the project directory and install node packages
cd metar
yarn
yarn test
yarn lint
node index.js
- Richard Ayotte - Ayotte Software
This project is licensed under the MIT License - see the LICENSE file for details