项目作者: justinformentin

项目描述 :
Simple news app that uses newsapi.
高级语言: JavaScript
项目地址: git://github.com/justinformentin/global-news-rss.git
创建时间: 2018-08-21T19:43:52Z
项目社区:https://github.com/justinformentin/global-news-rss

开源协议:

下载


News Feed App

A simple news app. Connect to multiple sources, search by headline or category, and change the language. Built with React and uses News API.

Screen shot

Demo

https://globalnews.netlify.com/

Usage

Clone the repo

  1. git clone https://github.com/justinformentin/global-news-rss.git

Install dependencies, npm or yarn.

  1. npm i

Start local development server

  1. npm start

Build for Production

  1. npm run build