Skip to content

AdamZaczek/Slack-API-GraphQL

Repository files navigation

Info

This is a basic example showing most basic GraphQL API implementation.

Prerequisites

You will need the following things properly installed on your computer:

Installation

  1. Clone the repo
git clone git@github.com:AdamZaczek/Slack-API-GraphQL.git
cd Slack-API-GraphQL
  1. Install dependencies
yarn
  1. 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'.

  1. Run the server
yarn start

About

Slack API done the GraphQL way.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published