Search found 6 matches

by Sofos
Thu Aug 14, 2025 7:35 pm
Forum: Tricks 'n' Tips
Topic: PureBasic and AccuWeather APIs - A LIVE Working Example
Replies: 9
Views: 499

Re: PureBasic and AccuWeather APIs - A LIVE Working Example

Hello Syed (@TI-994A). I wanted to post an update on my progress, as requested.

Your code works seamlessly on the demo version of PureBasic, but more importantly, it clearly demonstrates the concepts that I need to interact with the AccuWeather APIs. Amazing built-in JSON functions in PureBasic, by ...
by Sofos
Tue Aug 12, 2025 8:37 am
Forum: Tricks 'n' Tips
Topic: PureBasic and AccuWeather APIs - A LIVE Working Example
Replies: 9
Views: 499

Re: PureBasic and AccuWeather APIs - A LIVE Working Example

Thank you @TI-994A for your great work!

AccuWeather is a very popular weather service and I know that the web has many examples on its use. But to find a working example complete with queries and translating raw responses from the server, and extracting and presenting results, this is a first for ...
by Sofos
Tue Aug 12, 2025 7:41 am
Forum: Tricks 'n' Tips
Topic: A ReceiveHTTPMemory() Example - Weather App
Replies: 11
Views: 2312

Re: A ReceiveHTTPMemory() Example - Weather App



Hello! On recommendation, I am trying out PureBasic. I was pleased to obtain a result for AccuWeather because I am currently working on a related project. But it seems that this post does not really work with AccuWeather.

Hi Sofia, and welcome to PureBasic!

The example in this thread does not ...
by Sofos
Sun Aug 10, 2025 10:56 am
Forum: Tricks 'n' Tips
Topic: A ReceiveHTTPMemory() Example - Weather App
Replies: 11
Views: 2312

Re: A ReceiveHTTPMemory() Example - Weather App

@JHPJHP, your code is elegantly structured and easy to follow. Thank you!

I'm assuming that the App ID is yours?

But since my needs are still on AccuWeather, I've read up on their APIs, but it seems that there is no clear cut way to get the current weather just by providing the city and country ...
by Sofos
Wed Aug 06, 2025 4:40 am
Forum: Tricks 'n' Tips
Topic: A ReceiveHTTPMemory() Example - Weather App
Replies: 11
Views: 2312

Re: A ReceiveHTTPMemory() Example - Weather App


No one has said or written, that this code example works with any available weather forecast site on the world.
It is just an example using www.timeanddate.com/weather/

You have to know how to get the data from AccuWeather, than you can write a code for it.


A scolding welcome. Nice.


Hi ...
by Sofos
Tue Aug 05, 2025 2:03 pm
Forum: Tricks 'n' Tips
Topic: A ReceiveHTTPMemory() Example - Weather App
Replies: 11
Views: 2312

Re: A ReceiveHTTPMemory() Example - Weather App

Hello! On recommendation, I am trying out PureBasic. I was pleased to obtain a result for AccuWeather because I am currently working on a related project. But it seems that this post does not really work with AccuWeather.

I will still give your code a try. Not sure if it will work on the free demo ...