Skip to content

ankitchachada/WebApplicationAssignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project demonstrates the use of three public APIs, they are as follows:

  1. Youtube Public API
  2. Twitter Public API
  3. Github Public API

All of the above API are interacted with this application using different ways. For instance:

  1. For Youtube Public API, I have used official google docs for Ruby language.

  2. For Twitter, I have used twitter gem.

  3. For Github Public API, I have used net/https library.

Build Instructions

  1. rvm use 2.2.1
  2. bundle install
  3. rake db:create
  4. rake db:migrate
  5. rails s

Replace env. variables in twitter controller and youtube controller with yours in order to run the application.

Heroku link: http://web-application-assignment.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors