Git Product home page Git Product logo

artists's Introduction

README

  • Ruby version - 2.2.2

  • Ruby version - 4.2.6

  • System Dependencies

    • bundle install (to install all the Gems and dependencies)

    • rails server (to run the rails app)

  • Database

    • MySQL

  • 3rd party Dependencies

    • The app uses 3rd party LastFM API to fetch Artists and Top tracks

    • We need to have a valid API Key from LastFM API

  • To run the test suite

    • rspec . (To run all the test cases)

    • For developing the test suite we have used following gems

      - rspec-rails
      - webmock (To mock the API requests)
      - vcr (To store the responses)
      - capybara (For feature tests)
      - capybara-screenshot (To have screenshots when the test fails)
  • Task

    • User can enter a keyword (country name), which is then used to search Lastfm via their REST API

    • The results should be paginated and displayed as five per page, and the user can navigate to other pages

    • User can select an artist and get his top 50 tracks displayed.

artists's People

Contributors

amal007 avatar amalkumars 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.