Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sedatuygur/hacker-news-app
- Owner: SedatUygur
- License: gpl-3.0
- Created: 2021-09-11T14:15:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-23T10:39:38.000Z (over 3 years ago)
- Last Synced: 2024-11-15T09:49:57.381Z (2 months ago)
- Topics: carbon, guzzle, vanilla-php
- Language: PHP
- Homepage:
- Size: 681 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 CarbonHacker 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.