Skip to content

News application for linking new news articles from various publishers to social media (Reddit)

Notifications You must be signed in to change notification settings

rhwang10/newsSpot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

newsSpot

Welcome to newsSpot! This is an application developed in Vue.js, that I created to automagically link news articles from various sources to corresponding Reddit threads. This project is still in development. I will continue to add more functionality. See the notes below on how to setup the development environment. Those instructions will give you a copy of the project, and you can add features and continue to develop the web application. I started out with npm, but have since migrated over to yarn.

Getting Started

# install dependencies
yarn install

# serve with hot reload at localhost:8080
yarn run dev

# build for production with minification
yarn run build

Make sure to to configure the configuration file correctly. This is mainly plugging in your API keys for each of the APIs. You will see a list of the APIs used below, so you know which keys to get. Make the appropriate changes to:

config/config.js

Using the template found in

config/config.js.dist

APIs used in this project:

Built with

yarn add axios

yarn add vue-material@beta --save

License

This project is licensed under the MIT License.

About

News application for linking new news articles from various publishers to social media (Reddit)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published