Coder Social home page Coder Social logo

LINKS TO APIS about take-me-away HOT 3 CLOSED

SavageWilliam avatar SavageWilliam commented on September 1, 2024
LINKS TO APIS

from take-me-away.

Comments (3)

SavageWilliam avatar SavageWilliam commented on September 1, 2024

WEATHER:
OpenWeatherMap
with http://api.openweathermap.org/data/2.5/weather?q=bristol?id=524901&APPID=1d6499e747ab4f3e99fc1ff1eab8023e
result:

{
  "coord": {
    "lon": -2.6,
    "lat": 51.46
  },
  "weather": [
    {
      "id": 500,
      "main": "Rain",
      "description": "light rain",
      "icon": "10d"
    },
    {
      "id": 311,
      "main": "Drizzle",
      "description": "drizzle rain",
      "icon": "09d"
    },
    {
      "id": 701,
      "main": "Mist",
      "description": "mist",
      "icon": "50d"
    }
  ],
  "base": "stations",
  "main": {
    "temp": 280.17,
    "pressure": 999,
    "humidity": 100,
    "temp_min": 279.15,
    "temp_max": 281.15
  },
  "visibility": 7000,
  "wind": {
    "speed": 2.1,
    "deg": 40
  },
  "clouds": {
    "all": 92
  },
  "dt": 1479813840,
  "sys": {
    "type": 1,
    "id": 5076,
    "message": 0.0074,
    "country": "GB",
    "sunrise": 1479800476,
    "sunset": 1479831108
  },
  "id": 2654675,
  "name": "Bristol",
  "cod": 200
}

from take-me-away.

SavageWilliam avatar SavageWilliam commented on September 1, 2024

SKY SCANNER
"Find me the cheapest price for each available route from London to anywhere departing in January and returning in February. This gives the cheapest known price for each destination country that can be reached from London." Perfect end-point.

EXAMPLE REQUEST:

http://partners.api.skyscanner.net/apiservices/browsequotes/v1.0/{market}/{currency}/{locale}/{originPlace}/{destinationPlace}/{outboundPartialDate}/{inboundPartialDate}?apiKey={apiKey}

EXAMPLE: Country to anywhere...

http://partners.api.skyscanner.net/apiservices/browsequotes/v1.0/GB/GBP/en-GB/UK/anywhere/anytime/anytime?apiKey=prtl6749387986743898559646983194

We must

  1. Create a seesion
  2. poll the session

Creating the Session

The Live Pricing Service Session must be created before any pricing data can be obtained. The request contains details of the locations, dates, passengers, cabin class and user details. These parameters define the session, and cannot be changed within the session (with the exception of passenger numbers).

from take-me-away.

SavageWilliam avatar SavageWilliam commented on September 1, 2024

Activities in city

from take-me-away.

Related Issues (20)

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.