Search found 3 matches

by jolleboi
Mon Mar 13, 2017 11:36 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do i use Dark Sky API with livecode?
Replies: 6
Views: 5931

Re: How do i use Dark Sky API with livecode?

This should get you started. You won't need easyJSON, because the newer JSONimport function works just great. Just replace YOUR KEY HERE with your secret key from darksky and throw this script into button. on mouseUp get url "https://api.darksky(dot)net/forecast/YOUR KEY HERE/42.3601,-71.0589" put ...
by jolleboi
Sun Mar 12, 2017 1:17 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do i use Dark Sky API with livecode?
Replies: 6
Views: 5931

Re: How do i use Dark Sky API with livecode?

I wanna use the API from here darksky(dot)net/dev/docs/forecast and i dont know how to "call" for the data it has available
by jolleboi
Sat Mar 11, 2017 6:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How do i use Dark Sky API with livecode?
Replies: 6
Views: 5931

How do i use Dark Sky API with livecode?

Hey Guys I am a beginner with livecode and i can't for the life of me figure out how to call for the API and use the data that it gives me. I have integrated the easyjson script in my stack and pasted the: " $_GET url " and i get nothing. I am probably missing alot but i don't know how to get it to ...