Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 533 Bytes

README.md

File metadata and controls

27 lines (20 loc) · 533 Bytes

Feed

Feed is frontend web application for newsapi.org service.

Installation

  • Download, or clone with git.
  • Install all packages with Composer:
composer install
  • Go to News API, register account and get API key.
  • Rename file ".env.example" to ".env", or make a copy and put your API key:
NEWSAPI_KEY="Your API Key"

Usage

Run

php -S localhost:8080

and open this address in your browser. Feel free to modify code and css styles.