Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Latest commit

 

History

History
22 lines (15 loc) · 366 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 366 Bytes

Weather Forecast notifications

Every morning at 9 AM this app will send daily weather forecast from Free Weather API using Courier API

Installation

$ yarn install

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod