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