/rainbot

Simple Node.js service to fetch rain forecasts for use in a home irrigation system

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Rainbot

CircleCI

codecov

A simple Node.js service that fetches local rain forecasts and exposes them to home irrigation systems via an API.

Installation

  1. Clone the repo to a local directory.
  2. Install dependencies: npm install or yarn install.

Usage

Run the dev server

npm run dev or yarn dev.

Lint

npm run lint or yarn lint.

Run Tests

npm test or yarn test.