Broadcast Slack notifications about real estate listings by aggregating different sources.
Clone the project
$ git clone git@github.com:Vaniina/real-estate-slack-notifs.git
Move to the project
$ cd real-estate-slack-notifs
Install with yarn:
$ yarn
Or install using npm:
$ npm i
With yarn:
$ yarn start
Or start using npm:
$ npm start
TODO more to come