Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adityarajsingh/slack-hack


https://github.com/adityarajsingh/slack-hack

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# SLACK-HACK

A product using SLACK and hosted in AWS and Heroku to display unread messages of different channels in a single webpage.

## Description
The product involves the Authorization - access via SLACK to get involved into the database and get the information about the messages and workspace involved, channels present in user's database. Using different APIs we access the data and re-direct the user to a website . In this way the ease of usage is increased and the complexity to get access to the messages is reduced. It allows us to get the unread messages as our first priority and make ease of usage efficient reducing the complexity of the access of messages. We can get all our unread messages in a single screen in a single click, also we can multitask and engage and get connected to more than one channel in a workspaces.
##Flow of SLACK-HACK

### Website---> https://obscure-sands-20176.herokuapp.com


![webpage1](https://user-images.githubusercontent.com/43814535/58382865-16eb3200-7fed-11e9-9e2f-d9d93d6a00ed.png)



![webpage2](https://user-images.githubusercontent.com/43814535/58382870-2b2f2f00-7fed-11e9-9de7-f32e571312ab.png)

### Authorization-access--->

![login](https://user-images.githubusercontent.com/43814535/58382806-7b59c180-7fec-11e9-83fb-ca927b9a25b3.png)

After the option clicked in the webpage we get directed to access the authorization of the user which is done by the SLACK itself seeking the credentials of the user and verifying the user's presence in database.

### Re-directing--->

![channels](https://user-images.githubusercontent.com/43814535/58382873-4306b300-7fed-11e9-802f-cc076b0d3457.png)

### Display of unread messages in a single interface.
The unread messages are displayed in a single webpage.




## Usage
Go to the SLACK-HACK webpage and signup using SLACK, and then enter the credentials for slack. If you don't have a slack account then you can signup into slack and then it will be re-directed into SLACK-HACK and you will be able to see your unread messages on the screen.


## Technology Stack

- HTML & CSS
- JavaScript
- Node.js
- Express
- EJS
- Slack API
- Heroku