KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
Slack-API-GraphQL
★ 8
Open GitHub ↗
Slack API done the GraphQL way.
Download README (.md)
Explore Similar Repositories
ClassRoomExamples
:
No description available.
bioinformatics-pipeline
:
bioinformatics of mine and others
crm-oauth2-jwt
:
Spring MVC REST API with Spring Security, OAuth2, and JWT
react-programmable-chat
:
React Programmable Chat
Precise-hand-guiding-for-KUKA-iiwa-robot
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
Slack-API-GraphQL
?
Download (.md)
## Info This is a basic example showing most basic GraphQL API implementation. ## Prerequisites You will need the following things properly installed on your computer: * [Yarn](https://yarnpkg.com/en/docs/install) ## Installation 1. Clone the repo ```bash git clone git@github.com:AdamZaczek/Slack-API-GraphQL.git cd Slack-API-GraphQL ``` 2. Install dependencies ```bash yarn ``` 3. You'll need your own Slack token. You can generate and test it on the official Slack API page. Link to one of the methods: https://api.slack.com/methods/im.list/test Once you have a token copy it to './config/environment'. 4. Run the server ```bash yarn start ```