Giter VIP home page Giter VIP logo

yo-yo-da's Introduction

Yo-Yo Da

Not to be confused with Yo-Yo Ma

Your Jerb

Make a Yoda translator! Your Javascript can be object-oriented, or not!

When someone enters text and presses the "enter" key, send the text to the YodaSpeak API to figure out how Yoda would say it. Print the translated text in the Yoda-colored text area at the bottom of the page.

Every 5 seconds, the text in the Yoda-colored text area should be replaced with "...", as if an awkward silence was falling.

Below is an example of how you might communicate with the API. You can copy it directly, or modify it!

$.ajax({
  url: "https://yoda.p.mashape.com/yoda?sentence=" + userInputHere, 
  headers: {
    "X-Mashape-Key": "OGPgEThqxtmshCpTDZyOUBndDjLLp1Lm0qcjsnpxxdQawmnaj7"
  },
  timeout: 6000
});

(timeout tells your web browser to stop trying to complete an HTTP request if it hasn't gotten a response within x number of milliseconds. It's included in this example code because, sadly, this API tends to break pretty easily, and usually web browsers hang out for much longer before deciding an HTTP request ain't gonna happen, and ain't nobody got time for that.)

As a bonus, add in a response for when your AJAX requests fail.

Test it out:

http://ga-dc.github.io/yo-yo-da/

yo-yo-da's People

Contributors

robertakarobin avatar

Stargazers

 avatar

Watchers

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