Skip to content

"Today Learnings" is an Alexa skill. This skill gives you the interesting and specific facts from TodayILearned Subreddit in Reddit website.

Notifications You must be signed in to change notification settings

Balaji-Ramasubramanian/TodayLearnings-AlexaSkill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodayLearnings-AlexaSkill

Today Learnings is an Alexa skill that gives you interesting and specific facts from TodayILearned Subreddit in Reddit website.

Requirements

  • Ruby.
  • Online hosting service (AWS, Heroku, Google Cloud or any other hosting server).

Getting Started

First, you'll need to fork and clone this repo

Open Terminal. Change the current working directory to the location where you want the cloned directory to be created.

git clone https://github.com/Balaji-Ramasubramanian/TodayLearnings-AlexaSkill.git

Let's get all our dependencies setup:

 bundle install 

Configuration

You need to create the .env file with constants REDDIT_USERNAME and REDDIT_PASSWORD and set them with your corresponding credentials.

Deploying your app:

To Deploying Alexa skill you require an online hosting server.

Deploying with Heroku:

You need to have Heroku CLI installed to deploy the Alexa skill in Heroku. To find more details about Heroku CLI, click here.

You can follow this link to setup the Heroku environment for the project.

Deploying with AWS Lambda:

AWS Lambda currently doesn't support Ruby projects. So, First we need to wrap this code with Node.js. To do this follow the instructions provide in this link.

Contribute

Simple 3 step to contribute to this repo:

  1. Fork the project.
  2. Make required changes and commit.
  3. Generate a pull request. Mention all the required description regarding the changes you have made.

Author

Balaji Ramasubramanian

About

"Today Learnings" is an Alexa skill. This skill gives you the interesting and specific facts from TodayILearned Subreddit in Reddit website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages