Feed is frontend web application for newsapi.org service.
- 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"
Run
php -S localhost:8080
and open this address in your browser. Feel free to modify code and css styles.