Bunny CDN storage API with PHP
Like all great services Bunny CDN has an API. Making use theoretically easier. The storage API allows you to upload files, delete files and list files/directories. I’m interested in the…
Like all great services Bunny CDN has an API. Making use theoretically easier. The storage API allows you to upload files, delete files and list files/directories. I’m interested in the…
I knocked together some PHP code using the YouTube API to simply fetch my YouTube subscribed to channels and list the hours/days/weeks/months since last upload. You can find the code…
Like the great ESports games that came before it, CSGO and Dota have a decent API system provided by their creator Valve. It makes it easy for developers to access…
On August the 16th Twitter is removing its old, free and popular api. Twitter gave a blog post on the 16th May Explaining its new tiered api system. Basically free…
Playing around with the Vultr api in PHP and I got stuck. I was getting the GET requests fine with curl but some of the calls have optional features. Such…
With the api calls done and a mass of functions created to manage the data I was ready to display it. Part 1 here. Bootstrap was always going to be…
I got sick of opening up the weather app or website and searching a location to see how windy is was gonna be in x amount of days time. Whilst…
Here is how to automatically with the Twitter api and a cron job tweet out if you finished 1st, top 5 or top 10 in your last Fortnite game along…
Here is how to get your Twitter api Consumer Key (API Key), Consumer Secret (API Secret) , Access Token and Access Token Secret. With these 4 values you can tweet…
To get your or another Fortnite players kills, K/D, matches played, wins, kills per match, time played, win ratio and more by using the api with PHP go to Fortnite…