项目作者: Subhamkp

项目描述 :
A news app which provide live headlines from 70 different sources (newspapers, websites) such as BBC News,CNN, Financial Times, The Hindu, The Times of India etc
高级语言: PHP
项目地址: git://github.com/Subhamkp/NEWS-APP.git
创建时间: 2017-09-09T06:04:18Z
项目社区:https://github.com/Subhamkp/NEWS-APP

开源协议:

下载


NEWS-APP

A news app which provide live headlines from 70 different sources (newspapers, websites) such as BBC News,CNN, Financial Times, The Hindu, The Times of India etc

I have created this web application using News API and Laravel.

News API is a simple and easy-to-use API that returns JSON metadata for the headlines currently published on a range of news sources and blogs.

Also i have used Guzzle , which is a is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services.
To Know more https://github.com/guzzle/guzzle

To run:

1) Replace the API-KEY in the APP/Api.php file by your own newly created api-key.
Click here: https://newsapi.org/

2) Install guzzle by composer or whatever you prefer.

And RUN..