The Angular App used to view tweets fetched from Twitter by the Node Server using Slack Outgoing WebHooks.
- Login to Slack
- Send message contains the trigger word
go
followed by Twitter user handel - Slack will send request to the server with the message
- Server will fetch latest 20 tweets from the user and respond with confirmation to Slack
- Login to the Angular App to see all tweets stored in the server
Check the deployed Demo to see the app in action.
- Clone the repo on your machine
- Run
npm install
to install required dependencies - Run
ng serve
for a dev server. Navigate tohttp://localhost:4200/
. The app will automatically reload if you change any of the source files.