Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sedatuygur/hacker-news-app

Hacker News App using Vanilla PHP, Guzzle and Carbon
https://github.com/sedatuygur/hacker-news-app

carbon guzzle vanilla-php

Last synced: 6 days ago
JSON representation

Hacker News App using Vanilla PHP, Guzzle and Carbon

Awesome Lists containing this project

README

        

# Author
![@Rafase282](https://avatars.githubusercontent.com/u/90511329?s=128&u=8de1c9bd1ac0d19533748f20d1cf3486aa45c667&v=4)

Created by Sedat Can Uygur

[Github](https://github.com/SedatUygur) | [FreeCodeCamp](http://www.freecodecamp.com/pcengineer48) | [CodePen](http://codepen.io/SedatUygur) | [LinkedIn](https://www.linkedin.com/in/sedat-can-uygur) | [E-Mail](mailto:[email protected])

# Hacker News App
Hacker News app using Vanilla PHP, Guzzle and Carbon

Hacker News released its API to the world. Developers used to rely on web scraping and paginated results to obtain data from the Hacker News site, but everything has changed now. With Hacker News’ API, we have a structured way to tap into the data.

I’ve worked about the API a little bit and created a Hacker News app using Vanilla PHP, Carbon and Guzzle.
Guzzle is a HTTP client for consuming APIs.