Skip to content

georgs-jegers/feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Feed is frontend web application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published