GithubHelp home page GithubHelp logo

astikanand / course-finder Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 33 KB

A ruby-on-rails web application to find the courses from Coursera using course keyword. It makes use of REst web services provided by Coursera Api.

Ruby 66.57% JavaScript 3.22% CoffeeScript 0.59% CSS 4.35% HTML 25.28%

course-finder's Introduction

CourseFinder

A ruby-on-rails web application to find the courses from Coursera using course keyword.

Live

CourseFinder is live on https://course-finder-astikanand.herokuapp.com

Features

  • User can search all the courses by providing just course keyword in search bar.
  • Makes use of REst api provided by coursera from https://api.coursera.org/api/courses.v1
  • Uses fields name, photoUrl and description provided by API.

Usage

  • Just enter your course keyword in search bar and hit enter.
  • You will get a list of courses for that particular search keyword.
  • Click on that link and enjoy learning that course.

Requirements

ruby-2.3.3
rails-5.1.4

Installation

  1. Download or clone the repository.

    $ git clone https://github.com/astikanand/course-finder.git
    
  2. Install dependencies by going into the project directory and then

    $ cd course-finder
    $ bundle install
    
  3. Open your browser and hit localhost:3000

Running Unit Tests

  • Install PhantomJS (http://phantomjs.org/)

  • Run the following inside your terminal:

    $ gem install rspec
    $ gem install selenium-webdriver
    $ gem install capybara
    $ gem install poltergeist
  • Run the following in your terminal (right outside of spec dir):

    $ rspec

    or in better format

    $ rspec --format documentation

    to see the magic.

Headless mode

# Capybara.default_driver = :selenium
# Headless
Capybara.default_driver = :poltergeist

Preview

Home

CourseFinder Home Page

course-finder's People

Contributors

astikanand avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.