Windy Community

    • Register
    • Login
    • Search
    • Unread
    • Categories
    • Groups
    • Go to windy.com
    1. Home
    2. Florian Ruf Rodot
    3. Posts
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by Florian Ruf Rodot

    • RE: Not able to access API ...

      @Ondřej-Šutera No I did not share it...

      Removed the curly braces and it still does not work. Tried with Meteomatics and other APIs and my implementation is working...

      posted in Developers
      Florian Ruf Rodot
      Florian Ruf Rodot
    • RE: Not able to access API ...

      @Ondřej-Šutera Thank you for answering !

      I have done it but still receive an error...

      posted in Developers
      Florian Ruf Rodot
      Florian Ruf Rodot
    • Not able to access API ...

      Hello, unfortunately I am not able to use the Windy API. An Error 404 is returning every time.

      I read the documentation but can't find my solution...

      This is my current implementation :

      async componentDidMount() {
      const body = {
      lat: 49.809,
      lon: 16.787,
      model: "gfs",
      parameters: "wind",
      levels: "surface",
      key: "",
      };
      const response = await axios.post(
      "https://api.windy.com/api/point-forecast/v2",
      { body }
      );

      Thank you in advance for your help !!

      posted in Developers
      Florian Ruf Rodot
      Florian Ruf Rodot