Skip to content

A ReactJS Express and node app to view news from multiple sources

Notifications You must be signed in to change notification settings

TS22082/your_news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Your News

A web app that shows news from multiple sources and gives the viewer a way to research the topic and view the original source.

Motivation

I wanted to see unbiased news from multiple news outlets with no interest targeting.

Build Status

Live: here on Heroku.

Stack

  • Node
  • Express
  • React
  • Mongodb

APIs

Requirements

  • Node
  • Nodemon

Setup

  • clone to computer using:
git clone https://github.com/TS22082/your_news.git
  • run npm install from inside the root directory AND the client directory.
npm install
cd client
npm install

_ Note: you will need accounts and api keys from the news-api and open weather map._

Create a .env file in root directory:

NEWS_API=<your_news_api_key>
WEATHER_API=<your_weather_api_key>
  • From inside project folder type (requires Nodemon) to start server and client:
npm run dev

You can also just run the server for development:

npm run server

You can also just run the client for development:

npm run client

About

A ReactJS Express and node app to view news from multiple sources

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published