Skip to content

Latest commit

 

History

History
56 lines (38 loc) · 2 KB

CONTRIBUTING.md

File metadata and controls

56 lines (38 loc) · 2 KB

Beginner Friendly for HacktoberFest

We at KLARK mines information from product development tools deployed on the company intranet. It uses multiple information sources to analyze and present information.

Following are the steps to contribute to Klark:

Installation Guide

Setup

git clone the repo and cd into it by running the following command:

git clone https://github.com/jarvis-product-bot-2/alexa-skill-klark-bot
cd alexa-skill-klark-bot

npm install

Note: You’ll need to have Node 8.10.0 or later on your local development machine. You can use nvm (macOS/Linux) or nvm-windows to easily switch Node versions between different projects. git clone the repo and cd into it by running the following command:

Use ASK CLI commands to manage your skill

ask init #setup the developer account
ask deploy

For Testing Visit (https://developer.amazon.com/alexa/console/ask): Test using Test section under developer console.

Repository Contents

A Little Help

TASK #1

Try to integrate a new software development tool to Klark. For now, we have successfully integrated -

  • Github
  • Trello
  • Travis CI
  • Zoom

TASK #2

Try to add new language locales to Klark Alexa Skill. Currently, we only have support for English-US.

Keep an eye on our issues. We are just beginning and will surely appreciate all the help we can get. All ideas are welcome.