Git Product home page Git Product logo

feeling-stacky's Introduction

Feeling Stacky

Example of multiple calls to the StackExchange API to find the top answer to a query.

Installation

git clone https://github.com/dayvidwhy/feeling-stacky.git
cd feeling-stacky
npm install
npm run start

Usage

Two types of queries are provided whether a loose or more relevant title search are queried.

The API provides separate query string parameters depending on whether the requested text should be within the title of the response, or if it can be elsewhere in the question asked.

Title searches involve setting &title=... while other searches set the query as &q=... to request questions from the StackExchange API.

The /answers/ endpoint is then used to retrieve an answer associated with a question and displays the answer body to the user.

Deployment

The application uses the web framework Vue and is built using webpack. A deploy command is provided that makes use of the gh-pages package to deploy the build ./dist directory to the gh-pages branch and can then be hosted using GitHub pages.

npm run build   # package app into the ./dist folder
npm run deploy  # deploy to gh-pages branch

Goals

Stack Overflow presents a large amount of information when you search for something, and I think over time the API search functionality can be extended to consider multiple answers and give the most appropriate one for the search.

To-Do

  • Improve search results.
  • Use more features of the StackExchange API.

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.