Slack bot using Parzen.
You need a few API keys before you can start using the Slack bot.
Obtain a Slack API token by adding a custom bot integration to your team. The token can be found in the configuration of the integration.
To get weather information for a given day, we use the Dark Sky API. You can signup for free here.
Finally, you need a Parzen API key. Please signup for beta access here, and we will give you an API key.
cp .env.example .env
and fill in your API keyssource .env
to load the keysyarn install
yarn start
This repo uses the MIT License